-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.91 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
{
"name": "mewmba",
"version": "0.1.0",
"description": "Trinsic's digital assistant for gather! The metaverse cat-on-a-roomba!",
"main": "index.ts",
"scripts": {
"chase": "ts-node index.ts --chase --player \"***RANDOM***\" --mewmba \"***RANDOM***\"",
"nodemon:chase": "npx nodemon index.ts --chase --player \"***RANDOM***\" --mewmba \"***RANDOM***\"",
"wander": "ts-node index.ts --wander --mewmba \"***RANDOM***\"",
"nodemon:wander": "npx nodemon index.ts --wander --mewmba \"***RANDOM***\"",
"cleanup": "ts-node index.ts --cleanup --mewmba \"black\"",
"jaws": "ts-node index.ts --jaws --mewmba \"black\"",
"test": "jest --watchAll=false",
"build": "tsc",
"prettier:check": "npx prettier --check ./src ./__tests__",
"prettier:write": "npx prettier --write ./src ./__tests__",
"eslint:check": "npx eslint ./src/**/*.ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trinsic-id/mewmba.git"
},
"keywords": [],
"author": "fundthmcalculus",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/trinsic-id/mewmba/issues"
},
"homepage": "https://github.com/trinsic-id/mewmba#readme",
"dependencies": {
"@gathertown/gather-game-client": "40.0.0",
"@octokit/request": "6.2.3",
"@slack/bolt": "3.13.0",
"@trinsic/trinsic": "1.11.0",
"command-line-args": "5.2.1",
"isomorphic-ws": "5.0.0",
"js-pixel-fonts": "1.6.0",
"long": "5.2.3",
"pathfinding": "0.4.18"
},
"devDependencies": {
"@types/command-line-args": "5.2.0",
"@types/google-protobuf": "3.15.6",
"@types/jest": "29.5.1",
"@types/node": "18.16.1",
"@types/pathfinding": "0.0.6",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "8.39.0",
"nodemon": "2.0.22",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4"
}
}