forked from TNOCS/c2app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 949 Bytes
/
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
{
"name": "safr",
"version": "0.2.0",
"description": "GUI for visualizing chemical hazards and FR positions.",
"scripts": {
"clean": "pnpm -r --parallel run cleanup",
"start": "pnpm -r --parallel run dev",
"build:domain": "pnpm run build:domain",
"docker:build": "docker build -t c2app .",
"docker:tag": "docker tag c2app timovdk/c2app:latest",
"docker:publish": "docker push timovdk/c2app:latest",
"docker:local": "npm run docker:build && npm run docker:tag"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TNO/c2app.git"
},
"keywords": [
"mithril",
"c2"
],
"author": "Timo van der Kuil <[email protected]>, Erik Vullings <[email protected]> (http://www.tno.nl)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TNO/c2app/issues"
},
"homepage": "https://github.com/TNO/c2app#readme",
"devDependencies": {
"@rspack/cli": "^0.3.8"
}
}