Something went wrong. Try again.
TypeScript client for accessing TLE Community.
Something went wrong. Try again.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566{ "name": "@tlecommunity/client", "type": "module", "engines": { "node": ">=24", "npm": ">=10" }, "version": "1.10.0", "description": "TypeScript client for accessing TLE Community.", "files": [ "dist" ], "main": "./dist/client.umd.cjs", "module": "./dist/client.js", "types": "./dist/lib/index.d.ts", "exports": { ".": { "types": "./dist/lib/index.d.ts", "import": "./dist/client.js", "require": "./dist/client.umd.cjs", "default": "./dist/client.js" } }, "repository": { "type": "git", "url": "https://tangled.org/tlecommunity.com/client/" }, "scripts": { "prepare": "npm run types && npm test && npm run build", "build": "vite build", "test": "jest --coverage --runInBand", "types": "tsc --noEmit", "generate:types": "openapi-typescript node_modules/@tlecommunity/api-spec/build/spec.json -o lib/types/schema.ts", "format": "prettier --check .", "format:fix": "prettier --write ." }, "author": "Natalie Rose <natalie@omg.lol> (https://nataliethistime.com/)", "license": "GPL-3.0-only", "devDependencies": { "@tlecommunity/api-spec": "^1.6.10", "@types/jest": "^30.0.0", "ajv": "^8.20.0", "dotenv": "^17.4.2", "jest": "^30.5.1", "openapi-typescript": "^7.13.0", "prettier": "^3.9.7", "ts-jest": "^29.4.12", "typescript": "^5.9.2", "vite": "^8.3.0", "vite-plugin-dts": "^5.1.0" }, "dependencies": { "@types/lodash": "^4.17.25", "lodash": "^4.18.1", "moment": "^2.31.0", "openapi-fetch": "^0.17.0" }, "allowScripts": { "unrs-resolver@1.12.2": true, "@parcel/watcher@2.6.0": true }, "publishConfig": { "access": "public" }}