UNPKG

yubinbango-ts

Version:

郵便番号から住所を取得するTypeScriptライブラリ

68 lines (67 loc) 1.87 kB
{ "name": "yubinbango-ts", "version": "1.3.0", "description": "郵便番号から住所を取得するTypeScriptライブラリ", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c rollup.config.cjs", "dev": "rollup -c rollup.config.cjs -w", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write", "format:check": "prettier --check", "type-check": "tsc --noEmit", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "keywords": [ "yubinbango", "postal-code", "zip-code", "address", "japan", "typescript" ], "author": "tkc310", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tkc310/yubinbango-ts.git" }, "bugs": { "url": "https://github.com/tkc310/yubinbango-ts/issues" }, "homepage": "https://github.com/tkc310/yubinbango-ts#readme", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-typescript": "^11.0.0", "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "jest": "^29.0.0", "jest-environment-jsdom": "^29.0.0", "lefthook": "^1.0.0", "prettier": "^3.0.0", "rimraf": "^5.0.0", "rollup": "^3.0.0", "rollup-plugin-dts": "^5.0.0", "ts-jest": "^29.0.0", "tslib": "^2.0.0", "typescript": "^5.0.0" }, "peerDependencies": {}, "dependencies": {} }