virtual-star/package.json

27 lines
635 B
JSON
Raw Normal View History

2025-02-18 17:50:05 -05:00
{
"name": "virtual-star",
"version": "0.0.0",
"description": "Static blog generator and simple server for node",
"homepage": "https://github.com/walcutt/virtual-star#readme",
"bugs": {
"url": "https://github.com/walcutt/virtual-star/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/walcutt/virtual-star.git"
},
"license": "ISC",
"author": "walcutt",
"type": "module",
"main": "bundle.js",
"scripts": {
"build": "node build.js",
"serve": "node serve.js"
},
"dependencies": {
"dotenv": "^16.4.7",
"serve-handler": "^6.1.6",
"showdown": "^2.1.0"
}
}