generated from tiddly-gittly/Tiddlywiki-NodeJS-Github-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 826 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
{
"port": 5013,
"name": "PublicWiki",
"userName": "林一二",
"privateWikiName": "private-MyTiddlyWiki",
"version": "1.0.0",
"scripts": {
"install:wikiServer": "node -e \"require('./scripts/installServer').install()\"",
"install:privateRepo": "node -e \"require('./scripts/installPrivateRepo')()\"",
"uninstall:wikiServer": "node -e \"require('./scripts/installServer').uninstall()\"",
"start:wikiServer": "node -e \"require('./scripts/startNodeJSWiki')()\"",
"build": "node -e \"require('./scripts/buildWiki')()\""
},
"dependencies": {
"tiddlywiki": "5.1.22"
},
"devDependencies": {
"html-minifier-terser": "5.1.1",
"workbox-cli": "5.1.4"
},
"optionalDependencies": {
"node-linux": "0.1.12",
"node-mac-user": "0.1.10",
"node-windows": "1.0.0-beta.5"
}
}