-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
33 lines (33 loc) · 1019 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
{
"name": "@neo4j-documentation/knowledge-base",
"version": "1.0.0",
"description": "Neo4j Knowledge Base",
"main": "index.js",
"scripts": {
"lint": "node tasks/lint.js",
"watch": "node tasks/watch.js",
"build": "antora --generator @neo4j/developer-site-generator local-antora-playbook.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neo4j-documentation/knowledge-base.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/neo4j-documentation/knowledge-base/issues"
},
"homepage": "https://github.com/neo4j-documentation/knowledge-base#readme",
"devDependencies": {
"@antora/cli": "^2.3.4",
"@neo4j/developer-site-generator": "git+https://github.com/neo4j-documentation/developer-site-generator.git#v0.4.2",
"@asciidoctor/core": "^2.2.0",
"browser-sync": "^2.26.12",
"chalk": "^4.1.0",
"chokidar": "^3.4.2",
"express": "^4.17.1"
},
"private": true,
"dependencies": {}
}