mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-16 05:31:52 -04:00
33 lines
896 B
JSON
33 lines
896 B
JSON
{
|
|
"name": "revolt-api",
|
|
"version": "0.8.8",
|
|
"description": "Revolt API Library",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
},
|
|
"types": "lib/index.d.ts",
|
|
"homepage": "https://developers.revolt.chat",
|
|
"repository": "https://github.com/revoltchat/api.git",
|
|
"author": "Paul Makles <insrt.uk>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "REWRITE_ANYOF=1 oapilib && tsc",
|
|
"prepublish": "in-publish && pnpm build || echo Skipping build."
|
|
},
|
|
"devDependencies": {
|
|
"@insertish/oapi": "0.2.6",
|
|
"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"
|
|
}
|