forked from 2003scape/rsc-archiver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 844 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
{
"name": "@2003scape/rsc-archiver",
"version": "2.0.0",
"description": "compress and decompress runescape classic cache archives",
"main": "./src/index.js",
"type": "module",
"bin": {
"rsc-archiver": "./src/bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2003scape/rsc-archiver.git"
},
"keywords": [
"runescape",
"rsc",
"cache",
"archive",
"bzip"
],
"author": "2003Scape Team",
"license": "AGPL-3.0+",
"bugs": {
"url": "https://github.com/2003scape/rsc-archiver/issues"
},
"homepage": "https://github.com/2003scape/rsc-archiver#readme",
"dependencies": {
"bzip2-wasm": "^1.0.1",
"cli-table3": "^0.6.3",
"pretty-bytes": "^6.0.0",
"yargs": "^17.6.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}