16 lines
326 B
JSON
16 lines
326 B
JSON
{
|
|
"name": "dark-sky-script",
|
|
"version": "1.0.0",
|
|
"description": "Fetch local weather information.",
|
|
"main": "dark-sky.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Kevin Mok",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"table": "^5.4.6",
|
|
"yargs": "^14.0.0"
|
|
}
|
|
}
|