-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 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
{
"name": "space-distortion",
"version": "1.0.0",
"description": "A survival game set in the far distant space where your ship encountered a supermassive blackhole due to a collision of two stars",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netervati/space-distortion.git"
},
"keywords": [
"javascript",
"game",
"html5-canvas"
],
"author": "Christopher Tabula",
"license": "MIT",
"bugs": {
"url": "https://github.com/netervati/space-distortion/issues"
},
"homepage": "https://github.com/netervati/space-distortion#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
}
}