-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 944 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
35
36
37
38
39
40
41
42
{
"name": "neon-slayer",
"version": "1.1.0",
"description": "NEON SLAYER is an action-packed fast-paced deathmatch arena, where your only weapons are reflexes.",
"main": "data/init.lua",
"scripts": {
"release-patch": "release-it patch --ci",
"release-minor": "release-it minor --ci",
"release-major": "release-it major --ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zaklaus/neon-lines.git"
},
"keywords": [
"game",
"3d",
"retro",
"lua",
"neon86"
],
"author": "MafiaHub",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/zaklaus/neon-lines/issues"
},
"homepage": "https://zaklaus.itch.io/neon-slayer",
"devDependencies": {
"release-it": "^13.7.2"
},
"release-it": {
"npm": {
"publish": false
},
"github": {
"release": false
},
"plugins": {
"./scripts/release-bump.js": {}
}
}
}