-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 761 Bytes
/
package.json
File metadata and controls
29 lines (29 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
29
{
"name": "qing",
"author": "Mgenware (https://github.com/mgenware)",
"homepage": "https://github.com/mgenware/qing",
"private": true,
"devDependencies": {
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"daizong": "^0.27.0",
"del-cli": "^5.1.0",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"eslint-config-mgenware": "^0.10.0",
"eslint-plugin-import": "^2.29.1",
"is-plain-obj": "^4.1.0",
"m-fs": "^5.2.0",
"mgenware-tsconfig-browser": "^18.0.1",
"mgenware-tsconfig-core": "^18.0.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"bowhead-js": "^6.0.2",
"lit": "^3.1.2"
}
}