a-blog/package.json

34 lines
761 B
JSON
Raw Normal View History

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