mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-19 17:13:35 -04:00
0bee7c99a8
Change: Return bots and users.
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"name": "revolt-api",
|
|
"version": "0.5.2-alpha.1",
|
|
"description": "Revolt API typings",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"homepage": "https://developers.revolt.chat",
|
|
"repository": "https://gitlab.insrt.uk/revolt/api.git",
|
|
"author": "Paul Makles <insrt.uk>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build:generator": "tsc",
|
|
"start:generator": "node .",
|
|
"watch:generator": "tsc-watch",
|
|
"redoc": "docker run --network host -e SPEC_URL=http://localhost:5500/OpenAPI.json redocly/redoc",
|
|
"preview": "sirv . --port 5500 --host",
|
|
"dev": "concurrently \"yarn redoc\" \"nodemon --exec \\\"yarn build:generator && yarn start:generator && yarn preview\\\"\"",
|
|
"open": "concurrently \"yarn redoc\" \"yarn preview\" \"open-cli http://localhost:80\""
|
|
},
|
|
"devDependencies": {
|
|
"@openapi-contrib/json-schema-to-openapi-schema": "^2.0.0",
|
|
"concurrently": "^6.2.0",
|
|
"nodemon": "^2.0.12",
|
|
"open-cli": "^7.0.0",
|
|
"openapi-types": "^9.1.0",
|
|
"sirv-cli": "^1.0.12",
|
|
"tsc-watch": "^4.4.0",
|
|
"typescript": "^4.3.5",
|
|
"typescript-json-schema": "^0.50.1"
|
|
}
|
|
}
|