{ "name": "public-apis-live", "version": "0.3.0", "description": "Aggregated, deduped, auto-reachability-checked list of public APIs. Refreshed daily.", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "public-apis-live": "./dist/cli.js" }, "files": ["dist", "apis.json"], "keywords": ["public-apis", "api", "directory", "free-apis", "live"], "license": "MIT", "homepage": "https://manavarya09.github.io/public-apis-live/", "repository": { "type": "git", "url": "git+https://github.com/Manavarya09/public-apis-live.git", "directory": "packages/core" }, "bugs": { "url": "https://github.com/Manavarya09/public-apis-live/issues" }, "scripts": { "build": "tsc -p tsconfig.json" }, "dependencies": { "fuse.js": "^7.0.0", "p-limit": "^6.1.0" }, "devDependencies": { "@types/node": "^20.17.6" } }