mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-06 10:46:57 +00:00
Merge ed643cdcebcec72743e77712554dcc0527b7d595 into 961e74f73d230d0028efb586db07699120eac888
This commit is contained in:
commit
6bc5580863
21
package.json
21
package.json
@ -30,12 +30,27 @@
|
||||
"bundleDependencies": [],
|
||||
"license": "BSD",
|
||||
"engines": {
|
||||
"node": ">=0.8.2"
|
||||
"node": ">=22.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "node ./tiddlywiki.js ./editions/tw5.com-server --listen",
|
||||
"start": "node ./tiddlywiki.js ./editions/tw5.com-server --listen",
|
||||
"test": "node ./tiddlywiki.js ./editions/test --verbose --version --build index",
|
||||
|
||||
"lazy": "node ./tiddlywiki.js ./editions/tw5.com-server --listen root-tiddler=$:/core/save/lazy-all",
|
||||
"watch": "node --watch-path=./core --watch-preserve-output ./tiddlywiki.js ./editions/tw5.com-server --listen",
|
||||
|
||||
"dev": "node ./tiddlywiki.js +plugins/tiddlywiki/filesystem +plugins/tiddlywiki/tiddlyweb ./editions/dev --listen",
|
||||
|
||||
"library:info": "echo The Warning: \"Plugin(s) required for client-server operation are missing\" is INTENTIONAL, so no files will be saved back.",
|
||||
"library": "node ./tiddlywiki.js ./editions/pluginlibrary --build test-server",
|
||||
|
||||
"build": "node ./tiddlywiki.js ./editions/tw5.com --build",
|
||||
|
||||
"help": "node ./tiddlywiki.js --help",
|
||||
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"lint": "eslint ."
|
||||
|
||||
"prelibrary": "npm run library:info -s"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user