-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 1.15 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
{
"name": "TW5-CSEncryption",
"version": "0.5.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"env": "pnpm dlx cross-env TIDDLYWIKI_PLUGIN_PATH='./plugins'",
"serve": "pnpm run env tiddlywiki ./ --verbose --listen port=8087 root-tiddler=$:/plugins/FSpark/TW5-CSE/boot/entry.tid",
"dev": "pnpm run env gulp watch",
"clean": "rimraf ./plugins/FSpark ./output",
"rename": "rename tiddlers devtiddlers && rename HugeWikiExample tiddlers",
"renameback": "rename tiddlers HugeWikiExample && rename devtiddlers tiddlers",
"build:HTML": "pnpm run clean && pnpm run env gulp buildHTML",
"build:pluginFolder": "pnpm run clean && pnpm run env gulp build",
"build:pluginJSON": "pnpm run env tiddlywiki ./ --verbose --build plugins",
"build:readme": "tiddlywiki ./ --verbose --build readme",
"build:library": "pnpm run env tiddlywiki ./ --verbose --build library"
},
"keywords": [],
"author": "FSpark",
"license": "MIT",
"dependencies": {
"tiddlywiki": "^5.3.5"
},
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"gulp": "^4.0.2"
}
}