mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 14:00:53 +01:00
27 lines
762 B
JSON
27 lines
762 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|