kokkai
Version:
A TypeScript client for the Kokkai API, providing access to Japanese Diet data.
49 lines (48 loc) • 1.01 kB
JSON
{
"name": "kokkai",
"version": "1.0.1",
"main": "dist/index.js",
"license": "MIT",
"description": "A TypeScript client for the Kokkai API, providing access to Japanese Diet data.",
"repository": {
"type": "git",
"url": "https://github.com/delihiros/kokkai.git"
},
"author": {
"name": "delihiros",
"email": "delihiros@gmail.com"
},
"files": [
"dist",
"README.md"
],
"devDependencies": {
"@types/node": "^22.15.3",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "yarn build",
"test": "jest",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts tests/**/*.ts"
},
"keywords": [
"kokkai",
"diet",
"japan",
"politics",
"api",
"client",
"ndl",
"typescript"
],
"dependencies": {
"@types/axios": "^0.14.4",
"@types/jest": "^29.5.14",
"@types/nock": "^11.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.3.2"
}
}