-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.13 KB
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": "userlist-javascript",
"private": true,
"scripts": {
"build": "lerna run build --stream --concurrency 1",
"test": "lerna run test --stream --concurrency 1",
"lint": "lerna run lint --stream --concurrency 1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/eslint-parser": "^7.26.10",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/register": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@eslint/js": "^9.22.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.1",
"@rollup/plugin-node-resolve": "^16.0.0",
"builtin-modules": "^5.0.0",
"chai": "^5.0.0",
"eslint": "^9.0.0",
"eslint-plugin-prettier": "^5.2.3",
"globals": "^16.0.0",
"lerna": "^8.0.0",
"mocha": "^11.0.0",
"nock": "^14.0.0",
"prettier": "^3.5.3",
"rollup": "^4.0.0",
"rollup-plugin-mocha": "^0.0.1",
"sinon": "^19.0.0",
"sinon-chai": "^4.0.0"
},
"resolutions": {
"minimist": "^1.2.2"
},
"packageManager": "pnpm@10.31.0"
}