-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1009 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": "@hackmd/pandoc.js",
"version": "0.3.4",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "mocha --require ts-node/register test/**/*.spec.ts",
"watch": "tsc -w",
"build": "tsc",
"prepublishOnly": "npm run build",
"install": "node download.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.2.0",
"@types/extract-zip": "^1.6.2",
"@types/fs-extra": "^8.0.0",
"@types/glob": "^7.1.1",
"@types/got": "^9.6.7",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.2",
"@types/progress": "^2.0.3",
"@types/tar": "^4.0.3",
"@types/tmp": "^0.1.0",
"chai": "^4.2.0",
"mocha": "^6.2.0",
"tmp": "^0.1.0",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"dependencies": {
"extract-zip": "^1.6.7",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"got": "^9.6.0",
"progress": "^2.0.3",
"tar": "^5.0.5"
}
}