UNPKG

yanki-connect

Version:
72 lines 1.86 kB
{ "name": "yanki-connect", "version": "3.0.3", "description": "A fully-typed Anki-Connect API client.", "keywords": [ "anki", "flashcards", "spaced-repetition", "anki-connect", "client", "api", "yanki", "npm-package" ], "homepage": "https://github.com/kitschpatrol/yanki-connect", "bugs": "https://github.com/kitschpatrol/yanki-connect/issues", "repository": { "type": "git", "url": "git+https://github.com/kitschpatrol/yanki-connect.git" }, "license": "MIT", "author": { "name": "Eric Mika", "email": "eric@ericmika.com", "url": "https://ericmika.com" }, "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@types/node": "^18.19.123", "open": "^10.2.0" }, "devDependencies": { "@kitschpatrol/shared-config": "^5.5.0", "@vitest/browser": "^3.2.4", "@vitest/coverage-istanbul": "^3.2.4", "@vitest/coverage-v8": "^3.2.4", "bumpp": "^10.2.3", "pkgroll": "^2.15.3", "playwright": "^1.54.2", "ts-morph": "^26.0.0", "typescript": "~5.9.2", "vite": "^7.1.3", "vitest": "^3.2.4" }, "engines": { "node": "^18.15.0 || >=20.11.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "pkgroll --clean-dist --minify --sourcemap --tsconfig tsconfig.build.json", "clean": "git rm -f pnpm-lock.yaml ; git clean -fdX", "coverage": "vitest run --coverage", "fix": "kpi fix", "lint": "kpi lint", "release": "bumpp --commit 'Release: %s' && pnpm run build && pnpm publish --otp $(op read 'op://Personal/Npmjs/one-time password?attribute=otp')", "test": "vitest" } }