20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"name": "website-generator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.hippoz.xyz/hippoz/homepage"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"js-beautify": "^1.14.0",
|
|
"node-fetch": "^3.0.0"
|
|
}
|
|
}
|