-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 801 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 801 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
{
"name": "OST",
"version": "0.0.1",
"private": "true",
"description": "Webapp to support observers during trials, exercises or tabletops.",
"main": "index.js",
"scripts": {
"clean": "pnpm recursive run cleanup",
"start": "pnpm recursive run dev",
"build:domain": "pnpm recursive run build"
},
"repository": {
"type": "git",
"url": "https://ci.tno.nl/gitlab/erik.vullings-tno/projectboard.git"
},
"keywords": [
"social",
"platform"
],
"author": "Erik Vullings <erik.vullings@tno.nl> (http://www.tno.nl)",
"license": "MIT",
"bugs": {
"url": "https://ci.tno.nl/gitlab/erik.vullings-tno/projectboard/issues"
},
"homepage": "https://ci.tno.nl/gitlab/erik.vullings-tno/projectboard#readme",
"devDependencies": {
"pnpm": "^5.18.1"
}
}