-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.4 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
{
"name": "FishingForYou",
"version": "2.12.0",
"main": "index.html",
"repository": "https://gitlab.com/oeyoews/tw5.git",
"author": "oeyoews <jyao4783@gmail.com>",
"license": "MIT",
"keywords": [
"TiddlyWIki5",
"Remember",
"EnglishWord",
"Recite",
"FishingForYou"
],
"scripts": {
"semantic-release": "semantic-release",
"vercel-build": "bash scripts/vercel-build.sh",
"copy-tidpatch": "cp static/tiddlerspatch/* tiddlers/",
"build": "tiddlywiki --output public --build index",
"build-online": "tiddlywiki --output public --build online > /dev/null",
"copy-workbox": "cp static/workboxroot/* public",
"copy-install": "cp scripts/install/* public",
"workbox-inje": "workbox injectManifest scripts/workbox-config.js ",
"visual-public": "tree -L 1 public",
"test": "bash scripts/test.sh",
"clean": "rm -rf public test",
"sitemap": "tiddlywiki --output public/ --render sitemap sitemap.xml text/plain",
"start": "tiddlywiki --listen port=8080",
"debug": "tiddlywiki --listen port=8080 host=0.0.0.0"
},
"dependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/gitlab": "^9.2.1",
"semantic-release": "^19.0.2",
"tiddlywiki": "^5.2.2",
"tree-node-cli": "^1.5.2",
"workbox-cli": "^6.5.2"
},
"private": true,
"engines": {
"node": ">=16.0"
}
}