forked from neo4j/docs-http-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.21 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.21 KB
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
40
41
42
43
44
45
46
{
"name": "http-api",
"version": "1.0.0",
"description": "Neo4j HTTP API",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run build && npm run serve & npm-watch build",
"serve": "node server.js",
"build": "antora --stacktrace preview.yml",
"lint": "node scripts/lint-links.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neo4j/docs-http-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/neo4j/docs-http-api/issues"
},
"homepage": "https://github.com/neo4j/docs-http-api#readme",
"dependencies": {
"@antora/cli": "^2.3.4",
"@antora/site-generator-default": "^2.3.4",
"@neo4j-antora/antora-add-notes": "^0.1.6",
"@neo4j-antora/antora-listing-roles": "^0.1.0",
"@neo4j-documentation/macros": "^1.0.0",
"@neo4j-documentation/remote-include": "^1.0.0",
"edge": "^7.10.1",
"express": "^4.17.1",
"js-yaml": "^4.1.0",
"npm-watch": "^0.10.0",
"simple-git": "^2.40.0",
"watch-win": "^0.1.1"
},
"watch": {
"build": {
"patterns": [
"modules"
],
"extensions": "adoc"
}
}
}