mCaptcha/docs/openapi/package.json
2023-10-28 15:00:08 +05:30

22 lines
563 B
JSON

{
"name": "mcaptcha",
"version": "0.1.0",
"description": "mCaptcha CAPTCHA service's API",
"main": "index.js",
"scripts": {
"build": "redocly bundle openapi.yaml --output dist/openapi.yaml",
"clean": "rm -r dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mCaptcha/mCaptcha.git"
},
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/mCaptcha/mCaptcha/issues"
},
"homepage": "https://github.com/mCaptcha/mCaptcha#readme",
"devDependencies": {
"@redocly/cli": "^1.4.0"
}
}