UNPKG

dark-sky-app

Version:
54 lines (53 loc) 1 kB
{ "name": "dark-sky-app", "version": "1.0.3", "description": "Dark-Sky Cli App", "main": "./cli.js", "scripts": { "start": "node cli.js", "test": "xo", "reset": "rm -rf ./node_modules ./package-lock.json && npm install" }, "author": "Can Cellek", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/excalith/dark-sky-app" }, "keywords": [ "cli", "app", "weather", "dark", "sky", "terminal" ], "bin": { "ds": "./cli.js" }, "dependencies": { "axios": "^0.19.0", "boxen": "^4.1.0", "chalk": "^2.4.2", "cli-table3": "^0.5.1", "configstore": "^5.0.0", "inquirer": "^7.0.0", "meow": "^5.0.0", "opn": "^6.0.0", "ora": "^4.0.2", "update-check": "^1.5.3" }, "devDependencies": { "husky": "^3.0.7", "xo": "^0.25.3" }, "husky": { "hooks": { "pre-commit": "npm test", "pre-push": "npm test" } }, "xo": { "prettier": true } }