24 lines
558 B
JSON
24 lines
558 B
JSON
{
|
|
"name": "iphone-x-availability",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Carlos E Silva",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"command-line-args": "^4.0.7",
|
|
"command-line-usage": "^4.0.1",
|
|
"node-fetch": "^1.7.3",
|
|
"pushover-notifications": "^0.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.10.0",
|
|
"eslint-config-airbnb-base": "^12.1.0",
|
|
"eslint-plugin-import": "^2.8.0"
|
|
}
|
|
}
|