forked from neo4j-documentation/labs-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 787 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
{
"name": "labs",
"version": "1.0.0",
"description": "Neo4j Labs Pages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "node server.js",
"preview": "antora --fetch --stacktrace preview.yml",
"start": "npm run serve & npm-watch preview",
"publish": "git push origin HEAD:publish"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@antora/cli": "^2.3.3",
"@antora/site-generator-default": "^2.3.3",
"@neo4j-documentation/macros": "^1.0.0",
"@neo4j-documentation/remote-include": "^1.0.0",
"express": "^4.17.1",
"npm-watch": "^0.6.0"
},
"watch": {
"preview": {
"patterns": [
"modules"
],
"extensions": "adoc"
}
}
}