-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 730 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 730 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
{
"name": "lowcode-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx ./",
"lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@craftjs/core": "0.2.0-beta.12"
}
}