homepage/package.json

21 lines
419 B
JSON
Raw Normal View History

2021-10-17 00:05:22 +03:00
{
"name": "website-generator",
"version": "1.0.0",
"description": "",
2022-08-27 16:52:39 +03:00
"main": "index.js",
2021-10-17 00:05:22 +03:00
"scripts": {
2022-08-27 16:52:39 +03:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
2021-10-17 00:05:22 +03:00
},
"repository": {
"type": "git",
"url": "https://git.hippoz.xyz/hippoz/homepage"
},
"author": "",
"license": "MIT",
"dependencies": {
"js-beautify": "^1.14.0",
"node-fetch": "^3.0.0"
2021-10-17 00:05:22 +03:00
}
}