-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 858 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
{
"private": true,
"name": "snake-game",
"type": "module",
"version": "1.0.0",
"description": "Simple terminal Snake game without dependencies",
"main": "index.js",
"scripts": {
"game": "node index.js"
},
"engines": {
"node": ">=13.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/primeare/snake-game.git"
},
"keywords": [
"snake", "snake-game", "cli-snake", "cli", "dependency-free", "ansi-snake",
"game", "play-snake", "javascript", "snake-js", "play", "terminal-game",
"terminal-snake"
],
"author": {
"name": "Vladyslav Dukhin",
"email": "vladyslav.dukhin@gmail.com",
"url": "https://vladyslav.dev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/primeare/snake-game/issues"
},
"homepage": "https://github.com/primeare/snake-game#readme"
}