-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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": "openactive.net.generator",
"version": "1.0.0",
"description": "OpenActive model generators",
"main": "dist/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/app.js",
"debug": "node --inspect-brk src/app.js",
"prettier": "prettier --check \"src/**/*.js\" \"src/**/*.json\"",
"prettier:write": "prettier --write \"src/**/*.js\" \"src/**/*.json\""
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@openactive/data-models": "^3.0.0",
"axios": "^0.21.1",
"commander": "^3.0.2",
"fs-extra": "^7.0.1",
"handlebars": "^4.7.7",
"isobject": "^4.0.0",
"jsonld": "^1.8.1"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"engines": {
"node": ">=18.17.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openactive/models-lib.git"
},
"bugs": {
"url": "https://github.com/openactive/models-lib/issues"
},
"homepage": "https://github.com/openactive/models-lib#readme"
}