-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
31 lines (31 loc) · 941 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
{
"name": "tw5-telmiger-plugins",
"version": "1.0.0",
"description": "Thomas Elmiger Plugins for node (Source: https://tid.li/tw5/plugins.html)",
"main": "index.js",
"scripts": {
"build": "npm run clean && npm run build:library && npm run build:site && mv ./output ./public",
"build:library": "cross-env TIDDLYWIKI_PLUGIN_PATH='./plugins' tiddlywiki . --build library",
"build:site": "tiddlywiki . --build site ",
"clean": "rm -rf ./public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rimi/tw5-telmiger-plugins.git"
},
"keywords": [
"tiddlywiki",
"telmiger",
"plugin"
],
"author": "telmiger, rimi, linonetwo",
"license": "MIT",
"bugs": {
"url": "https://github.com/rimi/tw5-telmiger-plugins/issues"
},
"homepage": "https://github.com/rimi/tw5-telmiger-plugins#readme",
"dependencies": {
"cross-env": "^7.0.2",
"tiddlywiki": "^5.1.22"
}
}