node-iglook/package.json

24 lines
464 B
JSON

{
"name": "node-ig-crawler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"cheerio": "^1.0.0-rc.3",
"cron": "^1.7.1",
"dotenv": "^8.0.0",
"safe-eval": "^0.4.1"
},
"devDependencies": {
"standard": "^12.0.1"
}
}