-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.61 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"private": true,
"name": "conventional-changelog-tools",
"version": "0.0.0",
"repository": "https://github.com/Oriflame/conventional-changelog-tools",
"author": {
"name": "Jan Silhan",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"prepare": "lumos create-config && husky install",
"build": "packemon build --addEngines --declaration --no-addFiles",
"coverage": "yarn run jest --coverage",
"sync-project-refs": "lumos typescript:sync-project-refs",
"lint": "lumos eslint",
"jest": "lumos jest -i",
"prettier": "lumos prettier",
"pretest": "yarn run pack",
"test": "yarn run jest",
"posttest": "yarn run lint",
"pack": "cross-env NODE_ENV=production packemon pack --addEngines --declaration --no-addFiles",
"release-alpha": "git reset --hard && lerna publish --canary --force-publish --yes",
"release": "git reset --hard && lumos run-script lerna-release",
"prepack": "lerna run --parallel --scope \"@oriflame/*\" prepack",
"link-packages": "lerna exec -- yarn link",
"unlink-packages": "lerna exec -- yarn unlink"
},
"workspaces": [
"./packages/*"
],
"devDependencies": {
"@commitlint/cli": "^17.0.1",
"@oriflame/config-danger": "^5.9.7",
"@oriflame/lumos": "^5.9.7",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.5",
"@types/shelljs": "^0.8.11",
"cross-env": "^7.0.3",
"fs-extra": "^10.1.0",
"husky": "^8.0.1",
"lerna": "^5.0.0",
"packemon": "^2.2.2",
"shelljs": "^0.8.5"
},
"resolutions": {
"caniuse-lite": "^1.0.30001271"
},
"packageManager": "[email protected]"
}