forked from 2003scape/rsc-client
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.26 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "rsc-client",
"version": "0.1.1",
"description": "rusty runescape classic web client",
"main": "./index.js",
"scripts": {
"release": "webpack -p --progress",
"debug": "webpack -d --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spkaeros/rsc-client.git"
},
"keywords": [
"runescape",
"classic",
"rs",
"rs1",
"rsc",
"rsclassic",
"web",
"client",
"webclient",
"game",
"rpg",
"multiuser",
"dungeon",
"mud",
"multiplayer",
"online",
"mmorpg"
],
"author": "Zach Knight, 2003Scape Team",
"collaborators": [
"Zach Knight <[email protected]>",
"2003scape Team"
],
"license": "Unlicense AND AGPL-3.",
"bugs": {
"url": "https://github.com/spkaeros/rsc-client/issues"
},
"homepage": "https://github.com/spkaeros/rsc-client#readme",
"devDependencies": {
"@mrsoir/wasmpack": "^0.1.101",
"@wasm-tool/wasm-pack-plugin": "1.0.1",
"alawmulaw": "^5.0.2",
"binaryen": "^94.0.0",
"html-webpack-plugin": "^3.2.0",
"import-size": "^1.0.2",
"ndarray": "^1.0.19",
"text-encoding": "^0.7.0",
"webpack": "^4.44.2",
"webpack-cli": "^4.3.1",
"xtea": "^1.0.0",
"node-fetch": "^2.6.1"
}
}