-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.37 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
{
"name": "@d13z-lerna/root",
"version": "1.0.0",
"description": "A test-example playground library for Lerna on github.",
"main": "index.js",
"type": "module",
"scripts": {
"lerna:build": "lerna run build",
"lerna:release": "lerna version --conventional-commits --yes",
"lerna:publish": "lerna publish from-git --yes",
"lerna:publish:canary": "lerna publish from-git --canary --yes",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.16.0",
"@rollup/plugin-alias": "5.1.1",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "12.1.1",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"cpx2": "8.0.0",
"cross-env": "7.0.3",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"lerna": "8.1.9",
"prettier": "3.4.1",
"rimraf": "6.0.1",
"rollup": "4.28.0",
"rollup-plugin-analyzer": "4.0.0",
"typescript": "5.7.2"
},
"volta": {
"node": "22.11.0"
},
"workspaces": [
"packages/*"
]
}