japanpost-api
Version:
Japan Post Servive API client
56 lines (55 loc) • 1.45 kB
JSON
{
"name": "japanpost-api",
"version": "0.2.1",
"description": "Japan Post Servive API client",
"keywords": [
"TypeScript",
"Japan",
"Japan Post Service",
"API",
"Postal Code"
],
"homepage": "https://github.com/seratch/japanpost-api-ts#readme",
"bugs": {
"url": "https://github.com/seratch/japanpost-api-ts/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seratch/japanpost-api-ts.git"
},
"license": "MIT",
"author": "Kazuhiro Sera",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"README_ja.md",
"LICENSE.txt"
],
"scripts": {
"build": "tsc",
"build:clean": "rm -rf ./dist && tsc",
"format": "npx @biomejs/biome format --write src/ test/",
"test": "npm run format && npx vitest",
"ci-test": "npx vitest --config ./vitest.config.ts --coverage run",
"prepublishOnly": "npm run build:clean",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/debug": "^4.1.12",
"@types/node": "^22.15.25",
"@vitest/coverage-v8": "^3.1.4",
"semantic-release": "^23.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"typescript": "^5.8.3",
"vitest": "^3.1.4"
},
"dependencies": {
"debug": "^4.4.1"
}
}