@amjur/courts-db-ts
Version:
TypeScript port of the Python courts-db library for legal court identification
59 lines (58 loc) • 1.32 kB
JSON
{
"name": "@amjur/courts-db-ts",
"version": "1.0.1",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"courts_db"
],
"scripts": {
"build": "tsc",
"test": "vitest run",
"test:watch": "vitest",
"test:run": "vitest run",
"dev": "tsc --watch",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amjur-org/courts-db-ts.git"
},
"keywords": [
"legal",
"courts",
"court-identification",
"law",
"typescript"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/amjur-org/courts-db-ts/issues"
},
"homepage": "https://github.com/amjur-org/courts-db-ts#readme",
"description": "TypeScript port of the Python courts-db library for legal court identification",
"dependencies": {
"@syntropiq/xtrax": "^1.1.0",
"ajv": "^8.17.1",
"unidecode": "^1.1.0"
},
"peerDependencies": {
"@syntropiq/libpcre-ts": "^1.0.1"
},
"devDependencies": {
"@types/node": "^22.15.27",
"@types/unidecode": "^1.1.0",
"typescript": "^5.8.3",
"vitest": "^3.1.4"
}
}