UNPKG

@worldsky/weather

Version:
44 lines (43 loc) 1.04 kB
{ "name": "@worldsky/weather", "version": "1.1.1", "description": "weather forcast ", "main": "build/index.js", "bin": { "weather": "./build/index.js" }, "scripts": { "prepare": "husky install", "build": "npx tsc", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "test": "echo helloworld" }, "author": "Xu Wang <834166254@qq.com>", "license": "MIT", "dependencies": { "@types/node": "18.11.12", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", "axios": "1.2.1", "colors": "1.4.0", "commander": "9.4.1", "eslint": "^7.32.0", "husky": "^8.0.2", "ts-node": "10.9.1", "typescript": "4.9.4" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/wwwx/weather-cli.git" }, "keywords": [ "weather", "forcast" ], "bugs": { "url": "https://github.com/wwwx/weather-cli/issues" }, "homepage": "https://github.com/wwwx/weather-cli#readme" }