-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 939 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 939 Bytes
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
{
"name": "root",
"description": "hooksbelt monorepo",
"private": true,
"scripts": {
"build": "lerna run build",
"test": "lerna run test",
"test:coverage": "lerna run test:coverage",
"test:uncache": "lerna run test:uncache",
"postinstall": "lerna bootstrap",
"publish": "npm run build && npm run test && lerna publish"
},
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/plugin-transform-typescript": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/jest": "^28.1.4",
"babel-jest": "^28.1.2",
"core-js": "^3.23.3",
"jest": "^28.1.2",
"lerna": "^5.1.6",
"prettier": "^2.7.1",
"rollup": "^2.75.7",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-delete": "^2.0.0",
"typescript": "^4.7.4"
}
}