-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
35 lines (35 loc) · 873 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
{
"name": "unoconv-promise",
"version": "1.0.8",
"description": "Node.js wrapper with Promise for converting documents with unoconv",
"main": "src/index.js",
"scripts": {
"test": "mocha --exit",
"test:coverage": "nyc mocha --exit",
"test:report": "nyc --reporter=lcov npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanhanwu/Unoconv-Promise.git"
},
"keywords": [
"unoconv",
"convert"
],
"author": "Ryan Wu <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ryanhanwu/Unoconv-Promise/issues"
},
"homepage": "https://github.com/ryanhanwu/Unoconv-Promise#readme",
"dependencies": {
"chai": "^4.2.0",
"debug": "^4.1.1",
"mime": "^2.4.0"
},
"devDependencies": {
"eslint": "^7.18.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
}
}