webby-example/package.json

23 lines
658 B
JSON
Raw Permalink Normal View History

2025-03-09 21:32:34 +01:00
{
"name": "webby-example",
"version": "1.0.0",
"description": "The example project for the webby static site generator.",
"homepage": "https://projects.nisch.codes/nischcodes/webby-example#readme",
"author": "nisch.codes <nischcodes@noreply.projects.nisch.codes>",
"license": "GPL-3.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://projects.nisch.codes/nischcodes/webby-example.git"
},
"bugs": {
"url": "https://projects.nisch.codes/nischcodes/webby-example/issues"
},
"dependencies": {
"@webby/webby": "^1.0.0"
}
}