-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.12 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
37
38
39
{
"name": "emrald",
"version": "1.0.0",
"description": "Event-Modeled Risk Assessment using Linked Diagrams (EMRALD)",
"main": "EMRALD_Site/app.js",
"private": true,
"scripts": {
"coverage": "npx nyc instrument Emrald_Site instrumented && node ./Emrald_Site/tests/index.js --coverage",
"tauri": "tauri",
"test": "node ./Emrald_Site/tests/index.js",
"build": "npm run tauri build",
"build:dev": "npm run tauri dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idaholab/EMRALD.git"
},
"author": "idaholab",
"license": "MIT",
"bugs": {
"url": "https://github.com/idaholab/EMRALD/issues"
},
"homepage": "https://github.com/idaholab/EMRALD#readme",
"devDependencies": {
"@tauri-apps/cli": "^1.0.0-rc.13",
"@types/angular": "^1.8.4",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.3",
"eslint": "^8.15.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.2.9",
"eslint-plugin-sort-class-members": "^1.14.1",
"nyc": "^15.1.0"
},
"dependencies": {
"angular": "^1.8.3"
}
}