-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1 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
{
"name": "builtin.heap-snapshot-viewer-monorepo",
"version": "0.0.0-dev",
"description": "",
"type": "module",
"scripts": {
"postinstall": "lerna bootstrap --ci",
"test": "lerna run test",
"dev": "node ./packages/server/node_modules/@lvce-editor/server/bin/server.js --only-extension=packages/extension --test-path=packages/e2e",
"type-check": "tsc -b",
"test:watch": "node --unhandled-rejections=warn --experimental-vm-modules ./node_modules/jest/bin/jest.js --watch",
"e2e": "cd packages/e2e && npm run e2e",
"e2e:headless": "cd packages/e2e && npm run e2e:headless",
"build": "node scripts/build.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@lerna/legacy-package-management": "^8.1.9",
"@types/node": "^22.10.2",
"jest": "^29.7.0",
"lerna": "^8.1.9",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
},
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 130
}
}