Files
hedgeblog/package.json
jetstream0 c041f77b88 working + many improvements
ryuji new features, saki changes, write build code, bump makoto version, add preview
2023-07-31 14:28:26 -07:00

28 lines
656 B
JSON

{
"name": "hedgeblog",
"version": "0.0.1",
"description": "blog",
"main": "index.js",
"scripts": {
"build": "tsc -p . && node index.js",
"test": "tsc -p . && node tests.js",
"preview": "npm run build && node preview.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jetstream0/hedgeblog.git"
},
"author": "jetstream0/prussia",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/jetstream0/hedgeblog/issues"
},
"homepage": "https://github.com/jetstream0/hedgeblog#readme",
"dependencies": {
"makoto": "^1.0.1"
},
"devDependencies": {
"@types/node": "^20.4.5"
}
}