Initial commit
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"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",
|
||||
"node-fetch": "^1.7.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user