-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 972 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
37
38
{
"name": "among-us-client",
"version": "0.0.1",
"description": "Read and modify data from an among us game",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "node ./tests/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleFeud/among-us-client.git"
},
"keywords": [
"among",
"us",
"client"
],
"author": "GoogleFeud",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GoogleFeud/among-us-client/issues"
},
"homepage": "https://github.com/GoogleFeud/among-us-client#readme",
"devDependencies": {
"@ts-docs/default-docs-structure": "^0.1.17",
"@ts-docs/ts-docs": "^0.1.0",
"@types/node": "^14.14.14",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"typescript": "^4.1.3"
},
"dependencies": {
"memoryjs": "^3.4.0",
"structron": "^0.2.6"
}
}