UNPKG

lynn-eorzea-weather

Version:
78 lines (77 loc) 2.08 kB
{ "author": "Kate Wellington <sharedferret@gmail.com>", "bugs": { "url": "https://github.com/sharedferret/node-eorzea-weather/issues" }, "dependencies": {}, "description": "Weather forecast for Eorzea.", "devDependencies": { "@types/jest": "^27.5.2", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "cross-env": "^7.0.3", "eslint": "^7.32.0", "eslint-config-prettier": "^8.10.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^27.5.1", "microbundle": "^0.14.2", "npm-run-all": "^4.1.5", "prettier": "^2.8.8", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", "typescript": "^4.9.5" }, "eslintConfig": { "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/recommended-requiring-type-checking", "plugin:prettier/recommended" ], "parserOptions": { "project": "tsconfig.json" }, "root": true }, "files": [ "dist" ], "homepage": "https://github.com/sharedferret/eorzea-weather", "jest": { "preset": "ts-jest" }, "keywords": [ "Eorzea", "FFXIV", "FINAL FANTASY XIV", "Weather" ], "license": "MIT", "main": "dist/eorzea-weather.js", "module": "dist/eorzea-weather.module.js", "name": "lynn-eorzea-weather", "prettier": { "semi": true, "singleQuote": true, "trailingComma": "all" }, "repository": { "type": "git", "url": "https://github.com/sharedferret/node-eorzea-weather.git" }, "scripts": { "build": "microbundle", "clean": "rimraf dist", "dev": "microbundle watch", "format": "prettier --write .", "format-check": "prettier --check .", "lint": "eslint .", "prebuild": "npm-run-all clean", "prepublishOnly": "npm-run-all lint test build", "test": "jest" }, "source": "src/index.ts", "types": "dist/index.d.ts", "unpkg": "dist/eorzea-weather.umd.js", "version": "3.3.0" }