-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 937 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
{
"name": "CyberCodeOnline",
"version": "1.0.0",
"description": "![CyberCode Online Logo](/resources/readme/logo-black.png)",
"main": "index.js",
"scripts": {
"watch": "nodemon --watch src src/ValidateJson.ts",
"start": "ts-node src/ValidateJson.ts",
"normalize-structure-mask": "ts-node src/Normalize.ts",
"print-line-numbers": "ts-node src/LineNumbers.ts",
"print-rooms": "ts-node src/RoomsPrinter.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DexterHuang/CyberCodeOnline.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DexterHuang/CyberCodeOnline/issues"
},
"homepage": "https://github.com/DexterHuang/CyberCodeOnline#readme",
"dependencies": {
"nodemon": "^2.0.7",
"pathfinding": "^0.4.18",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/pathfinding": "0.0.4"
}
}