@oeyoews/tiddlywiki-lite
Version:
a non-linear personal web notebook
60 lines (59 loc) • 1.47 kB
JSON
{
"name": "@oeyoews/tiddlywiki-lite",
"private": false,
"version": "5.3.6-lite-20250402",
"author": "Jeremy Ruston <jeremy@jermolene.com>",
"description": "a non-linear personal web notebook",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"contributors": [
{
"name": "Jeremy Ruston",
"email": "jeremy@jermolene.com"
}
],
"bin": {
"tiddlywiki": "./tiddlywiki.js"
},
"main": "./boot/boot.js",
"repository": {
"type": "git",
"url": "https://github.com/TiddlyWiki/TiddlyWiki5.git"
},
"keywords": [
"tiddlywiki",
"tiddlywiki5",
"wiki"
],
"devDependencies": {
"eslint": "^9.12.0",
"@eslint/js": "^9.12.0"
},
"bundleDependencies": [],
"license": "BSD",
"engines": {
"node": ">=0.8.2"
},
"scripts": {
"dev": "node ./tiddlywiki.js ./editions/tw5.com-server --listen",
"test": "node ./tiddlywiki.js ./editions/test --verbose --version --build index",
"lint:fix": "eslint . --fix",
"lint": "eslint ."
},
"files": [
"boot",
"core",
"themes",
"languages",
"plugins/tiddlywiki/markdown",
"plugins/tiddlywiki/tiddlyweb",
"plugins/tiddlywiki/filesystem",
"plugins/tiddlywiki/highlight",
"plugins/tiddlywiki/browser-sniff",
"plugins/tiddlywiki/pluginlibrary",
"tiddlywiki.js",
"editions/server/tiddlywiki.info"
]
}