-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.47 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.47 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@oasp/compendium",
"version": "0.9.0",
"main": "compendium.ts",
"bin": {
"compendium": "./src/compendium.ts"
},
"scripts": {
"start": "node ./src/compendium",
"compendium": "node ./src/compendium",
"eb": "yarn && yarn build && node ./src/app",
"build": "tsc",
"debug": "npm run build && node --inspect src/app.js",
"test": "mocha --opts mocha.opts"
},
"private": true,
"dependencies": {
"@types/showdown": "^1.7.4",
"asciidoctor.js": "^1.5.6-preview.4",
"html-parse": "0.0.4",
"htmlto": "^1.1.2",
"npm": "^6.0.1",
"phantom": "^4.0.12",
"prompt": "^1.0.0",
"shelljs": "^0.8.1",
"showdown": "^1.8.6",
"ts-node": "^6.1.0",
"turndown": "^4.0.2",
"typescript": "^2.9.1",
"yargs": "^11.0.0"
},
"devDependencies": {
"@types/chai": "^4.1.0",
"@types/chai-as-promised": "^7.1.0",
"@types/cheerio": "^0.22.7",
"@types/fs-extra": "^5.0.2",
"@types/mocha": "^2.2.46",
"@types/node": "^8.5.7",
"@types/request": "^2.47.0",
"@types/shelljs": "^0.7.8",
"@types/superagent": "^3.5.7",
"@types/yargs": "^11.0.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chalk": "^2.4.1",
"cheerio": "^1.0.0-rc.2",
"escape-html": "^1.0.3",
"fs-extra": "^5.0.0",
"html-pdf": "^2.2.0",
"mocha": "^4.1.0",
"nodemon": "^1.14.7",
"request": "^2.87.0",
"request-debug": "^0.2.0",
"superagent": "^3.8.3"
},
"optionalDependencies": {}
}