-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
36 lines (36 loc) · 1.05 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
{
"name": "yao-init",
"version": "1.0.0",
"description": "yao application for nodejs usage",
"main": "index.js",
"scripts": {
"test": "node -r ts-node/register -r tsconfig-paths/register scripts/system/table.ts",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"keywords": [],
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.10.0",
"@stylistic/eslint-plugin": "^2.8.0",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@yaoapps/client": "npm:yao-node-client@^1.1.2",
"@yaoapps/types": "npm:yao-app-ts-types@^1.1.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0"
},
"dependencies": {}
}