28 lines
547 B
JSON
28 lines
547 B
JSON
{
|
|
"name": "TwitterProfile",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"watch": "./node_modules/.bin/nodemon --exec \"npm run start\" -e js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dotenv": "^4.0.0",
|
|
"request": "^2.83.0",
|
|
"restify": "^6.3.4",
|
|
"restify-clients": "^1.5.2",
|
|
"showdown": "^1.8.6",
|
|
"twitter": "^1.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^1.14.11"
|
|
},
|
|
"engines": {
|
|
"node": "8"
|
|
}
|
|
}
|