UNPKG

jp-prefectures

Version:

You can easily handle the prefectures of Japan.

47 lines (46 loc) 1.19 kB
{ "name": "jp-prefectures", "version": "2.0.1", "description": "You can easily handle the prefectures of Japan.", "main": "./dist/src/jp-prefectures.js", "types": "./dist/src/jp-prefectures.d.ts", "scripts": { "build": "tsc --project tsconfig.json", "test": "jest", "lint": "eslint", "lint:fix": "eslint --fix", "prepublishOnly": "npm run test && npm run lint", "prepare": "npm run build", "upgrade-interactive": "npm-check --update" }, "files": [ "dist/" ], "repository": { "type": "git", "url": "https://github.com/hatsu38/jp-prefectures.js.git" }, "keywords": [ "Prefectures", "Japan", "jp-prefectures" ], "author": "hatsu38", "license": "MIT", "bugs": { "url": "https://github.com/hatsu38/jp-prefectures.js/issues" }, "devDependencies": { "@types/jest": "^29.2.5", "@typescript-eslint/eslint-plugin": "^5.48.1", "@typescript-eslint/parser": "^5.48.1", "eslint": "^8.31.0", "eslint-config-prettier": "^8.3.0", "jest": "^29.3.1", "npm-check": "^6.0.1", "prettier": "^2.3.2", "ts-jest": "^29.0.5", "ts-node": "^10.9.1", "typescript": "^4.3.5" } }