UNPKG

@bachman-dev/wanikani-api-types

Version:

Regularly updated type definitions for the WaniKani API

67 lines 1.67 kB
{ "name": "@bachman-dev/wanikani-api-types", "version": "2.0.0", "description": "Regularly updated type definitions for the WaniKani API", "keywords": [ "wanikani", "wanikani api", "types" ], "author": "Collin Bachman <collin.r68zdn9d@bachman.dev>", "license": "MIT", "homepage": "https://wanikani-api-types.bachman.dev", "type": "module", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./v20170710": { "import": { "types": "./dist/v20170710/index.d.ts", "default": "./dist/v20170710/index.js" } } }, "files": [ "dist/**/*.{js,d.ts}" ], "repository": { "type": "git", "url": "https://github.com/bachman-dev/wanikani-api-types" }, "dependencies": { "valibot": "^1.0.0" }, "devDependencies": { "@bachman-dev/eslint-config": "2.2.0", "@eslint/js": "9.24.0", "@vitest/coverage-v8": "3.1.1", "eslint": "9.24.0", "eslint-config-prettier": "10.1.2", "prettier": "3.5.3", "rimraf": "6.0.1", "tsup": "8.4.0", "typedoc": "0.28.2", "typescript": "5.8.3", "typescript-eslint": "8.30.1", "vitest": "3.1.1" }, "peerDependencies": { "typescript": "5.0.x - 5.8.x" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "scripts": { "build": "rimraf dist && tsup --entry src/index.ts --entry src/v20170710/index.ts --dts --format esm --treeshake", "build:docs": "typedoc", "lint": "eslint . && prettier --check .", "lint:fix": "eslint --fix . && prettier --write .", "test": "vitest run" } }