mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-02-19 14:41:51 -08:00
12 lines
274 B
JSON
12 lines
274 B
JSON
{
|
|
"scripts": {
|
|
"build": "node -e \"require('./scripts/build-wiki')()\""
|
|
},
|
|
"dependencies": {
|
|
"@tiddlygit/tiddlywiki": "^5.1.23-prerelease.20201003-fix-file-info"
|
|
},
|
|
"devDependencies": {
|
|
"html-minifier-terser": "5.1.1",
|
|
"workbox-cli": "5.1.4"
|
|
}
|
|
}
|