Files
javascript-client-api/package.json
T
2024-06-25 20:09:28 +00:00

35 lines
855 B
JSON

{
"name": "revolt-api",
"version": "0.7.11",
"description": "Revolt API Library",
"main": "dist/index.js",
"module": "esm/index.js",
"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 && tsc -p tsconfig.esm.json",
"prepublish": "in-publish && yarn build || echo Skipping build."
},
"devDependencies": {
"@insertish/oapi": "0.1.18",
"@types/lodash.defaultsdeep": "^4.6.6",
"in-publish": "^2.0.1",
"openapi-typescript": "^5.2.0",
"typescript": "^4.6.2"
},
"dependencies": {
"axios": "^0.26.1",
"lodash.defaultsdeep": "^4.6.1"
},
"files": [
"src",
"dist",
"esm",
"OpenAPI.json",
"LICENSE",
"README.md"
]
}