-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.76 KB
/
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
43
44
45
46
{
"name": "life-of-the-party",
"version": "0.8.0",
"description": "A Furry Vore Adventure",
"scripts": {
"start": "npm run watch",
"postinstall": "npm run get_modules",
"build": "run-s build:*",
"get_modules": "cp -f node_modules/lockr/lockr.min.js node_modules/howler/dist/howler.min.js node_modules/twemoji/dist/twemoji.min.js src/modules/vendor/",
"build:twee": "tweego -m src/modules/ --head=src/head-content.html -o dist/index.html src/twee",
"build:package": "zip -r \"life-of-the-party-v\"$npm_package_version\"-dist.zip\" dist",
"proof": "run-s proof:*",
"proof:mk": "mkdir -p proofing",
"proof:poof": "npm run build:twee -- -f poof -o proofing/poof.html",
"proof:illume": "npm run build:twee -- -f illume -o proofing/illume.html",
"proof:dotgraph": "npm run build:twee -- -f dotgraph-2-offline -o proofing/dotgraph.html",
"watch": "run-p -lr watch:*",
"watch:serve": "light-server -s dist -w 'dist/*.html' -o",
"watch:twee": "npm run build:twee -- -w",
"publish-stable": "gh-pages -a -d dist",
"publish-indev": "gh-pages -a -d dist -e indev/"
},
"devDependencies": {
"@types/jquery": "^3.5.16",
"@types/underscore": "^1.11.4",
"gh-pages": "^6.1.1",
"light-server": "^2.9.1",
"npm-run-all": "^4.1.5",
"@types/snowman": "github:double-a-stories/snowman-d-ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/double-a-stories/life-of-the-party.git"
},
"author": "Double-A",
"license": "MIT-0",
"bugs": {
"url": "https://github.com/double-a-stories/life-of-the-party/issues"
},
"homepage": "https://github.com/double-a-stories/life-of-the-party#readme",
"dependencies": {
"twemoji": "^14.0.0",
"howler": "^2.2.4",
"lockr": "^0.8.5"
}
}