-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 905 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
32
33
34
35
36
37
38
39
{
"name": "@openactive/dataset-site-template",
"version": "7.0.0",
"description": "OpenActive dataset site templates and renderer",
"homepage": "https://www.openactive.io",
"main": "lib/index.js",
"bin": "bin/index.js",
"files": [
"bin",
"dist",
"lib"
],
"engines": {
"node": "14.16.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openactive/dataset-site-template.git"
},
"bugs": {
"url": "https://github.com/openactive/dataset-site-template/issues"
},
"scripts": {
"build": "node src/build.js",
"start": "node bin/index.js",
"watch": "node src/test-harness/test-harness.js",
"prepare": "npm run build"
},
"author": "OpenActive",
"license": "MIT",
"dependencies": {
"extract-zip": "^2.0.1",
"mustache": "^4.1.0"
},
"devDependencies": {
"express": "^4.18.1",
"jszip": "^3.10.0"
}
}