-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 878 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
{
"name": "lvb",
"version": "4.0.0",
"description": "This is an adult mod for Stellaris, adding all sorts of adult-themed content.",
"main": "build.js",
"scripts": {
"start": "nodemon -e '*' -w './src'",
"build": "node build.js",
"clean": "rm 'LVB.zip' || true",
"zip": "zip -r 'LVB.zip' 'LVB' LVB.mod",
"release": "npm run build && npm run clean && npm run zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlueWinds/lvb.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BlueWinds/lvb/issues"
},
"homepage": "https://winds.blue/blog/2021/05/10/stellaris-mod---lvb-3-0/",
"devDependencies": {
"fs-extra": "^9.1.0",
"glob": "^7.1.7",
"imagemagick": "^0.1.3",
"mkdirp": "^0.5.5",
"nodemon": "^1.19.4",
"rimraf": "^2.7.1"
},
"dependencies": {}
}