mirror of
https://github.com/valitydev/swag-wallets.git
synced 2024-11-06 02:45:19 +00:00
21b69d2b7a
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pavel Popov <tolkonepiu@users.noreply.github.com>
25 lines
723 B
JSON
25 lines
723 B
JSON
{
|
|
"name": "@vality/swag-wallet",
|
|
"version": "0.1.1",
|
|
"scripts": {
|
|
"build": "node ./scripts/build.js",
|
|
"swagger": "swagger-repo",
|
|
"test": "swagger-repo validate --basedir api/wallet/spec/ && swagger-repo validate --basedir api/payres/spec/",
|
|
"start": "gulp serve",
|
|
"codegen": "vality-openapi generate ./dist/api/wallet/swagger.json"
|
|
},
|
|
"devDependencies": {
|
|
"@vality/openapi-generator-cli": "0.1.1-fbfe66e.0",
|
|
"connect": "3.7.0",
|
|
"cors": "2.8.5",
|
|
"gulp": "github:gulpjs/gulp",
|
|
"gulp-connect": "5.7.0",
|
|
"gulp-util": "3.0.8",
|
|
"json-merge-patch": "1.0.2",
|
|
"portfinder": "1.0.32",
|
|
"shelljs": "0.8.5",
|
|
"swagger-repo": "1.5.1",
|
|
"swagger-ui": "4.15.5"
|
|
}
|
|
}
|