-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 913 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
{
"name": "chesstonia",
"version": "1.0.0",
"description": "A Chess cheat created to be undetectable to everyone else, it can overlay the best moves while hiding it from any recording tools. It gets the game information automaticlly supporting Chess.com and Lichess",
"main": "src/index.ts",
"scripts": {
"dev": "nodemon src/index.ts",
"run": "ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShufflePerson/ChessTonia.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ShufflePerson/ChessTonia/issues"
},
"homepage": "https://github.com/ShufflePerson/ChessTonia#readme",
"dependencies": {
"@types/cors": "^2.8.13",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.17",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"x11": "^2.3.0"
}
}