working + many improvements

ryuji new features, saki changes, write build code, bump makoto version, add preview
This commit is contained in:
jetstream0
2023-07-31 14:28:26 -07:00
parent 17baac0640
commit c041f77b88
14 changed files with 312 additions and 88 deletions

View File

@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"build": "tsc -p . && node index.js",
"test": "tsc -p . && node tests.js"
"test": "tsc -p . && node tests.js",
"preview": "npm run build && node preview.js"
},
"repository": {
"type": "git",
@@ -18,7 +19,7 @@
},
"homepage": "https://github.com/jetstream0/hedgeblog#readme",
"dependencies": {
"makoto": "^1.0.0"
"makoto": "^1.0.1"
},
"devDependencies": {
"@types/node": "^20.4.5"