-
Notifications
You must be signed in to change notification settings - Fork 116
/
Copy pathpackage.json
32 lines (32 loc) · 988 Bytes
/
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
{
"name": "root",
"private": true,
"scripts": {
"install": "lerna bootstrap",
"build": "lerna run build",
"clean": "lerna run clean"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/node": "17.0.35",
"@types/node-fetch": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.17.0",
"eslint-plugin-require-extensions": "^0.1.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"lerna": "^5.1.8",
"rollup": "^2.75.6",
"rollup-plugin-node-externals": "^4.0.0",
"rollup-plugin-ts": "^3.0.2",
"shx": "^0.3.4",
"typescript": "^4.7.3",
"typescript-esm": "^2.0.0"
},
"workspaces": [
"packages/*"
]
}