Files
javascript-client-api/package.json
T
Paul 676cf920c9 0.5.1-alpha.8
Route: Added `Edit Role`.
Structure: Moved `Colour` into its own type.
Fix: Missing bodies on two auth routes.
Fix: First entry to edits should be optional.
Library: Ignore temp file.
Library: Add guidelines.
2021-07-12 20:32:18 +01:00

30 lines
1.0 KiB
JSON

{
"name": "api",
"version": "0.5.1-alpha.8",
"main": "dist/index.js",
"type": "module",
"repository": "https://gitlab.insrt.uk/revolt/api.git",
"author": "Paul <paulmakles@gmail.com>",
"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"
}
}