{ "name": "revolt-api", "version": "0.8.3", "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 ", "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" ] }