-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.18 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
{
"name": "@fmtk/cfnutil__root",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "yarn clean && yarn compile && yarn lint",
"clean": "lerna run clean --parallel",
"compile": "FORCE_COLOR=1 lerna run compile --stream",
"lint": "FORCE_COLOR=1 lerna run lint --parallel --stream",
"postversion": "git push --follow-tags",
"prepare": "yarn build",
"preversion": "yarn build",
"watch:compile": "FORCE_COLOR=1 lerna run --stream --parallel watch:compile"
},
"devDependencies": {
"@fmtk/rollup-plugin-ts": "^0.3.2",
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-node-resolve": "^7.0.0",
"@types/jest": "^24.0.25",
"@types/minimist": "^1.2.0",
"@types/rc": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^24.9.0",
"lerna": "^3.20.2",
"prettier": "^1.19.1",
"rollup": "^1.29.0",
"ts-jest": "^24.3.0",
"typescript": "^3.7.4"
},
"workspaces": {
"packages": [
"packages/*"
]
}
}