mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
- 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
18 lines
858 B
JSON
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" }
|
|
}
|