mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-16 05:31:52 -04:00
26 lines
710 B
JSON
26 lines
710 B
JSON
{
|
|
"name": "revolt-api",
|
|
"version": "0.5.3-rc.3",
|
|
"description": "Revolt API Library",
|
|
"main": "dist/index.js",
|
|
"homepage": "https://developers.revolt.chat",
|
|
"repository": "https://gitlab.insrt.uk/revolt/api.git",
|
|
"author": "Paul Makles <insrt.uk>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "STRICT=1 REWRITE_ANYOF=1 oapilib && tsc",
|
|
"prepublish": "in-publish && yarn build || echo Skipping build."
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.defaultsdeep": "^4.6.6",
|
|
"in-publish": "^2.0.1",
|
|
"openapi-typescript": "^5.2.0",
|
|
"typescript": "^4.6.2"
|
|
},
|
|
"dependencies": {
|
|
"@insertish/oapi": "0.1.10",
|
|
"axios": "^0.26.1",
|
|
"lodash.defaultsdeep": "^4.6.1"
|
|
}
|
|
}
|