forked from OpenRoberta/openroberta-lab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 701 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "openroberta-lab",
"description": "npm project of the openroberta lab",
"version": "1.0.0",
"scripts": {
"postinstall": "cd OpenRobertaWeb && npm install",
"build": "cd OpenRobertaWeb && npm run build",
"build:sourceMap": "cd OpenRobertaWeb && npm run build:sourceMap",
"watch": "cd OpenRobertaWeb && npm run watch",
"watch:sourceMap": "cd OpenRobertaWeb && npm run watch:sourceMap",
"format": "cd OpenRobertaWeb && npm run format",
"format:check": "cd OpenRobertaWeb && npm run format:check"
},
"author": "",
"license": "ISC",
"devDependencies": {
"prettier": "^2.4.1"
},
"dependencies": {
"@types/jquery.validation": "^1.16.7"
}
}