Research-Stack/package/package.json
allaun c44a01df3b feat(lean): InformationManifold + SLUQ; chentsov_fusion, tdoku_16d; docs reconciliation suite
- New: InformationManifold.lean — tensor integration module
- Update: SLUQ.lean — proof refinements
- New: chentsov_fusion.py — Chentsov fusion bridge
- New: tdoku_16d.py — 16-dimensional TDoku solver
- New: validate_docs.py — documentation validation script
- New: negative_tests.json + test_negative_suite.py — negative test fixtures
- Update: flac_dsp_node.py — DSP node refinements
- Update: CITATION.cff — citation metadata
- Docs: GEOMETRIC_SUBSTANCE_CANONICAL_RECONCILIATION, LITERATURE_MAPPING,
  GROTHENDIECKIAN_ORGANIZATIONAL_ROTATION_PROPOSAL, formula extraction suite
- New: package/ — public-apis npm metadata
2026-06-28 10:38:13 -05:00

18 lines
858 B
JSON

{
"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" }
}