{ "name": "revolt-api", "version": "0.5.2-alpha.2", "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 ", "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" } }