forked from Trymunx/moonshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 955 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": "moonshot",
"version": "1.0.0",
"description": "A game for the 2020 itch.io Game Off.",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Trymunx/moonshot.git"
},
"author": "Alexander Houseago",
"license": "MIT",
"bugs": {
"url": "https://github.com/Trymunx/moonshot/issues"
},
"homepage": "https://github.com/Trymunx/moonshot#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^7.12.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-sort-keys-fix": "^1.1.1",
"eslint-plugin-typescript-sort-keys": "^1.5.0",
"parcel-bundler": "^1.12.4",
"parcel-plugin-static-files-copy": "^2.5.0",
"typescript": "^4.0.5"
},
"dependencies": {
"images": "^3.2.3",
"pixi.js": "^5.3.3"
}
}