123456789101112131415161718192021 |
- {
- "name": "@neo4j/docs",
- "version": "1.0.0",
- "description": "Neo4j Docs builder",
- "main": "index.js",
- "scripts": {
- "start": "node server.js",
- "build": "npm run build:developer && npm run build:labs && npm run build:labs-docs && npm run build:docs",
- "build:docs": "antora --fetch --stacktrace docs.yml"
- },
- "license": "ISC",
- "dependencies": {
- "@antora/cli": "^2.3.4",
- "@antora/site-generator-default": "^2.3.4",
- "cheerio": "^1.0.0-rc.3",
- "glob-parent": "^5.1.2"
- },
- "devDependencies": {
- "express": "^4.17.1"
- }
- }
|