-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 923 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
{
"name": "nokia-snake-canvas",
"version": "1.1.1",
"description": "A Snake game with TypeScript and Canvas to pass the time because of COVID-19",
"author": "Rafael Fragoso",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/orafaelfragoso/nokia-snake-game.git"
},
"bugs": {
"url": "https://github.com/orafaelfragoso/nokia-snake-game/issues"
},
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
"parcel-bundler": "^1.12.4",
"prettier": "^2.0.1",
"typescript": "^3.8.3"
}
}