-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.43 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
{
"name": "s2client-api-typescript",
"version": "1.2.2",
"description": "The StarCraft 2 API for TypeScript",
"homepage": "https://github.com/Zamiell/s2client-api-typescript#readme",
"bugs": {
"url": "https://github.com/Zamiell/s2client-api-typescript/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zamiell/s2client-api-typescript.git"
},
"license": "MIT",
"author": "Zamiell",
"type": "module",
"main": "dist/index.js",
"files": [
"dictionaries",
"dist",
"LICENSE",
"package.json",
"README.md",
"src"
],
"scripts": {
"build": "tsx ./scripts/build.ts",
"docs": "tsx ./scripts/docs.ts",
"lint": "tsx ./scripts/lint.ts",
"nuke": "isaacscript nuke",
"parse-stable-id-json": "tsx ./scripts/parseStableIDJSON.ts",
"publish": "isaacscript publish-ts",
"update": "isaacscript update"
},
"dependencies": {
"@protobuf-ts/runtime": "^2.9.3",
"bufferutil": "^4.0.8",
"find-process": "^1.4.7",
"isaacscript-common-ts": "^16.1.0",
"utf-8-validate": "^6.0.3",
"ws": "^8.16.0"
},
"devDependencies": {
"@protobuf-ts/plugin": "^2.9.3",
"@types/ws": "^8.5.10",
"isaacscript": "^4.2.2",
"isaacscript-common-node": "^3.0.1",
"isaacscript-lint": "^6.20.0",
"isaacscript-tsconfig": "^5.0.0",
"tsx": "^4.7.1",
"typedoc": "^0.25.8",
"typescript": "^5.3.3"
},
"packageManager": "yarn@4.1.0"
}