-
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) Β· 1018 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) Β· 1018 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": "mono-repo-tutorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "lerna run build",
"publish": "lerna publish from-package --y --no-verify-access"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HolyMoly-tutorials/mono-repo-tutorial.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HolyMoly-tutorials/mono-repo-tutorial/issues"
},
"devDependencies": {
"@babel/cli": "7.10.5",
"@babel/core": "7.11.1",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "5.1.0",
"@rollup/plugin-commonjs": "14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"lerna": "^4.0.0",
"read-pkg-up": "7.0.1",
"rollup": "^2.73.0",
"rollup-plugin-peer-deps-external": "2.2.3",
"typescript": "^4.6.4"
}
}