-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 910 Bytes
/
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
{
"name": "paai",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"peon": "cd packages/peon && tsx --no-deprecation -r tsconfig-paths/register src/index.ts",
"peon-tsn": "cd packages/peon && node --no-deprecation --trace-deprecation -r ts-node/register -r tsconfig-paths/register src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/electron": "^1.6.10",
"@types/node": "^22.7.5",
"@types/vscode": "^1.94.0",
"eslint": "^9.12.0",
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
},
"workspaces": [
"packages/*"
],
"packageManager": "yarn@4.5.0",
"engines": {
"node": "22.x"
}
}