-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 829 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 829 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
{
"name": "@2003scape/rsc-landscape",
"version": "2.0.1",
"description": "(de)serialize runescape classic landscape files",
"main": "./src/index.js",
"bin": {
"rsc-landscape": "./src/bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2003scape/rsc-landscape.git"
},
"keywords": [
"runescape",
"rsc",
"landscape",
"archive",
"serialize",
"png"
],
"author": "2003Scape Team",
"license": "AGPL-3.0+",
"bugs": {
"url": "https://github.com/2003scape/rsc-landscape/issues"
},
"homepage": "https://github.com/2003scape/rsc-landscape#readme",
"dependencies": {
"@2003scape/rsc-archiver": "^1.1.1",
"canvas": "^2.6.1",
"chalk": "^4.1.0",
"color-functions": "^3.0.1",
"mkdirp-promise": "^5.0.1",
"yargs": "^16.1.0"
}
}