{ "name": "parksmarter-client", "version": "0.1.0", "description": "Unofficial TypeScript client for the ParkSmarter (IPS Group) parking API. Reverse-engineered from the official Android app 4.4.0.", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist", "src", "README.md" ], "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "node --test test/*.test.mjs" }, "keywords": [ "parksmarter", "parking", "ips", "api-client" ], "license": "MIT", "devDependencies": { "typescript": "^5.4.0" } }