forked from earthiverse/adventureland-bots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 961 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
{
"name": "adventureland-ai",
"version": "1.0.0",
"description": "Adventureland AI Script",
"main": "index.js",
"scripts": {
"build": "npx webpack --config ./webpack.config.js && tsc",
"start-server": "node build/server.js"
},
"author": "Kent Rasmussen",
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"dotenv-webpack": "^2.0.0",
"express": "^4.17.1",
"fastpriorityqueue": "^0.6.3",
"ngraph.graph": "^19.1.0",
"ngraph.path": "^1.3.1"
},
"devDependencies": {
"@types/cors": "^2.8.7",
"@types/express": "^4.17.8",
"@types/nconf": "^0.10.0",
"@types/node": "^14.6.3",
"@types/socket.io": "^2.1.11",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.1",
"socket.io": "^2.3.0",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}