-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
27 lines (27 loc) · 887 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
{
"name": "tw5-file-uploads",
"version": "0.1.0",
"description": "tw5 plugin",
"dependencies": {
"tiddlywiki": "^5.2.0"
},
"devDependencies": {
"nodemon": "^2.0.7",
"tw-pre": "github:Jermolene/TiddlyWiki5"
},
"scripts": {
"build": "node ./node_modules/tiddlywiki/tiddlywiki.js . --build index",
"dev": "npx nodemon -e tid,multids,js,info --watch plugins ./node_modules/tiddlywiki/tiddlywiki.js . --listen port=7111",
"dev-pre": "npx nodemon -e tid,multids,js,info --watch plugins ./node_modules/tw-pre/tiddlywiki.js . --listen port=7111"
},
"author": "Saq Imtiaz",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "[email protected]:saqimtiaz/tw5-file-uploads.git"
},
"bugs": {
"url": "https://github.com/saqimtiaz/tw5-file-uploads/issues"
},
"homepage": "https://saqimtiaz.github.io/tw5-file-uploads/"
}