-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 958 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
34
35
36
37
38
39
40
41
42
{
"name": "@neo4j-documentation/asciidoc-cypher-query-runner",
"version": "0.1.10",
"description": "Run Cypher queries found in AsciiDoc files",
"bin": {
"asciidoc-cypher-query-runner": "bin/asciidoc-cypher-query-runner"
},
"scripts": {
"lint": "standard",
"test": "mocha test/**/*.spec.js"
},
"files": [
"bin",
"lib"
],
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@antora/asciidoc-loader": "^2.3.4",
"@antora/content-aggregator": "^2.3.4",
"@antora/content-classifier": "^2.3.4",
"@antora/playbook-builder": "^2.3.4",
"commander": "^7.2.0",
"consola": "^2.15.3",
"glob": "^7.1.7",
"neo4j-driver": "^4.3.1"
},
"devDependencies": {
"chai": "^4.3.4",
"dirty-chai": "^2.0.1",
"mocha": "^9.0.1",
"sinon": "^11.1.1",
"standard": "^16.0.3",
"testcontainers": "^7.11.1"
},
"standard": {
"env": {
"mocha": true
}
}
}