a-blog/package.json

34 lines
761 B
JSON

{
"name": "derzombiiie.com",
"version": "1.0.0",
"description": "derzombiiie.com blog",
"main": "node/app.js",
"scripts": {
"test": "node node/app",
"inspect": "node --inspect=0.0.0.0:1234 node/app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eds-trash-can/a-blog.git"
},
"keywords": [
"web",
"node",
"blog"
],
"author": "DerZombiiie",
"license": "ISC",
"bugs": {
"url": "https://github.com/Eds-trash-can/a-blog/issues"
},
"homepage": "https://github.com/Eds-trash-can/a-blog",
"dependencies": {
"express": "^4.17.1",
"geoip-ultralight": "^0.1.5",
"js-yaml": "^4.1.0",
"node-fetch": "^2.6.1",
"node-json-db": "^1.3.0",
"simple-json-db": "^1.2.3"
}
}