-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 761 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
{
"name": "parser",
"version": "1.0.0",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"watch": "tsx --watch sketch/dev.ts",
"exec": "tsx sketch/dev.ts",
"repl": "tsx -i",
"test": "jest --runInBand",
"dev": "webpack serve",
"pack": "webpack"
},
"devDependencies": {
"tsx": "^4.20.6",
"@types/jest": "^30.0.0",
"@types/node": "^20.10.5",
"jest": "^30.2.0",
"ts-jest": "^29.4.5",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
},
"exports": "./dist",
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}