forked from tiltedphoques/TiltedEvolution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 762 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
{
"name": "tiltedevolution",
"version": "1.0.0",
"description": "A multiplayer mod for bethesda games",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiltedphoques/TiltedEvolution.git"
},
"author": "TiltedPhoques",
"license": "ISC",
"bugs": {
"url": "https://github.com/tiltedphoques/TiltedEvolution/issues"
},
"homepage": "https://github.com/tiltedphoques/TiltedEvolution#readme",
"dependencies": {
"semantic-release": "^18.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^10.0.2"
}
}