-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"author": "",
"dependencies": {
"@fstnetwork/cppzst": "^2.0.8",
"bit-buffer": "^0.2.5",
"crc-32": "^1.2.0",
"leb": "^0.3.0",
"lz4": "^0.6.5",
"madden-file-tools": "^2.9.1",
"memoryjs": "^3.4.0",
"stream-parser": "^0.3.1"
},
"deprecated": false,
"description": "A set of APIs to read Madden files, including archives.",
"devDependencies": {
"chai": "^4.3.0",
"concat-stream": "^2.0.0",
"node-worker-threads-pool": "^1.5.0",
"proxyquire": "^2.1.3",
"sinon": "^9.2.4",
"through2": "^4.0.2"
},
"license": "MIT",
"main": "index.js",
"name": "madden-file-tools",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bep713/madden-file-tools.git"
},
"version": "2.9.1",
"directories": {
"doc": "docs",
"test": "tests"
},
"keywords": [],
"type": "commonjs",
"bugs": {
"url": "https://github.com/bep713/madden-file-tools/issues"
},
"homepage": "https://github.com/bep713/madden-file-tools#readme"
}