-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 877 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 877 Bytes
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
{
"name": "mscabinet",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mscabinet",
"cab",
"cabinet",
"ms-cab",
"ms-zip",
"lzx"
],
"author": {
"name": "Joseph Lee",
"email": "development@jc-lab.net"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^13.1.2",
"tsc": "^1.20150623.0",
"typescript": "~3.6.4"
},
"dependencies": {
"wait-signal": "^1.0.4",
"zip-stream": "^2.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jc-lab/node-mscabinet.git"
},
"bugs": {
"url": "https://github.com/jc-lab/node-mscabinet/issues"
},
"homepage": "https://github.com/jc-lab/node-mscabinet#readme",
"description": ""
}