-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 808 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 808 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
30
{
"name": "ui_plugin_risk_matrix",
"version": "1.0.0",
"description": "Awesome ui_plugin_risk_matrix created by francoischasseur",
"main": "index.js",
"repository": {
"url": "https://github.com/MatrixRequirements/ui_plugin_risk_matrix"
},
"scripts": {
"build": "tsc -b",
"watch": "tsc -b --watch",
"pretty": "prettier --write src/",
"clean": "rm -rf dist",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src --ext .ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"node": "^12.22.11"
},
"devDependencies": {
"@types/jquery": "^3.5.5",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"prettier": "^2.2.1",
"typescript": "^4.1.5"
}
}