-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
28 lines (28 loc) · 871 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
{
"name": "building-testable-apis-with-nodejs",
"version": "1.0.0",
"description": "WIP",
"main": "index.js",
"scripts": {
"compile": "markdown-include ./markdown.json",
"generate-index": "markdown-toc -i ./book/build.md",
"build": "npm run compile && npm run generate-index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/waldemarnt/building-testable-apis-with-nodejs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/waldemarnt/building-testable-apis-with-nodejs/issues"
},
"homepage": "https://github.com/waldemarnt/building-testable-apis-with-nodejs#readme",
"dependencies": {
"markdown-include": "^0.4.3",
"markdown-toc": "^0.13.0",
"markdownlint": "^0.3.0",
"markdownlint-cli": "^0.2.0"
}
}