a-blog/package.json

33 lines
742 B
JSON

{
"name": "derzombiiie.com",
"version": "1.0.0",
"description": "derzombiiie.com blog",
"main": "node/app.js",
"scripts": {
"test": "npm node/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eds-trash-can/derzombiiie.com.git"
},
"keywords": [
"web",
"node",
"blog"
],
"author": "DerZombiiie",
"license": "ISC",
"bugs": {
"url": "https://github.com/Eds-trash-can/derzombiiie.com/issues"
},
"homepage": "https://github.com/Eds-trash-can/derzombiiie.com#readme",
"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"
}
}