Files
javascript-client-api/package.json
T
2026-02-09 20:56:46 +00:00

35 lines
937 B
JSON

{
"name": "stoat-api",
"version": "0.10.3",
"description": "Stoat API Library",
"type": "module",
"exports": {
".": "./lib/index.js"
},
"types": "lib/index.d.ts",
"homepage": "https://developers.stoat.chat",
"repository": "https://github.com/stoatchat/javascript-client-api",
"author": "Paul Makles <insrt.uk>",
"license": "MIT",
"scripts": {
"build": "REWRITE_ANYOF=1 node cli.js && tsc",
"prepublish": "in-publish && pnpm build || echo Skipping build."
},
"devDependencies": {
"in-publish": "^2.0.1",
"openapi-typescript": "^5.4.2",
"typescript": "^5.8.3"
},
"files": [
"src",
"lib",
"OpenAPI.json",
"LICENSE",
"README.md"
],
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
"dependencies": {
"json-with-bigint": "^3.4.4"
}
}