-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 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
{
"name": "tw-browser-storage",
"version": "0.0.1",
"description": "tw5 plugin",
"dependencies": {
"tiddlywiki": "^5.3.1",
"tiddlywiki-prerelease": "github:Jermolene/TiddlyWiki5"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"scripts": {
"build": "node ./node_modules/tiddlywiki/tiddlywiki.js . --build index",
"build-prerelease": "node ./node_modules/tiddlywiki-prerelease/tiddlywiki.js . --output ./output/prerelease/ --build index",
"update-tw": "npm install --save --save tiddlywiki-prerelease@github:Jermolene/TiddlyWiki5 && npm install --save tiddlywiki",
"dev": "npx nodemon -e tid,multids,js,info --watch plugins ./node_modules/tiddlywiki/tiddlywiki.js . --listen port=7111",
"dev-prerelease": "npx nodemon -e tid,multids,js,info --watch plugins ./node_modules/tiddlywiki-prerelease/tiddlywiki.js . --listen port=7111"
},
"author": "Brian Theado",
"license": "",
"repository": {
"type": "git",
"url": "[email protected]:btheado/tw-browser-storage.git"
},
"bugs": {
"url": "https://github.com/btheado/tw-browser-storage/issues"
},
"homepage": "https://btheado.github.io/tw-browser-storage/"
}