hacker-news-cli/package.json
2019-02-07 18:47:35 -08:00

33 lines
772 B
JSON

{
"name": "hacker-news-cli",
"version": "1.0.0",
"description": "TODO",
"main": "index.js",
"author": "anarchyplanet",
"license": "Ⓐ",
"bugs": {
"url": "https://irc.anarchyplanet.org/git/notnull/server/issues"
},
"homepage": "irc.anarchyplanet.org",
"repository": {
"type": "git",
"url": "ssh://git@irc.anarchyplanet.org:2222/notnull/hacker-news-cli.git"
},
"scripts": {
"test": "mocha .",
"seed": "node db/seed.js",
"start": "nodemon index"
},
"dependencies": {
"node-fetch": "^2.3.0",
"axios": "^0.18.0",
"concurrently": "^4.0.1",
"express": "^4.16.4",
"http-proxy-middleware": "^0.19.0",
"morgan": "^1.9.1",
"nodemon": "^1.18.9",
"pg": "^7.5.0",
"sequelize": "^4.39.1"
}
}