eorzea-weather
Version:
Weather forecast for Eorzea.
78 lines (77 loc) • 1.99 kB
JSON
{
"author": "Lily Cartelet <flowercartelet@gmail.com>",
"bugs": {
"url": "https://github.com/eorzea-weather/eorzea-weather/issues"
},
"dependencies": {},
"description": "Weather forecast for Eorzea.",
"devDependencies": {
"@types/jest": "^26.0.5",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.6.1",
"cross-env": "^7.0.2",
"eslint": "^7.5.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.1.0",
"microbundle": "^0.13.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.3",
"typescript": "^4.0.3"
},
"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/eorzea-weather/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": "eorzea-weather",
"prettier": {
"semi": true,
"singleQuote": true,
"trailingComma": "all"
},
"repository": {
"type": "git",
"url": "https://github.com/eorzea-weather/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.2.0"
}