mirror of
https://github.com/valitydev/swag-wallets.git
synced 2024-11-06 02:45:19 +00:00
0ba011b839
* CAPI-262: Make up swagger repo w/ basic wallet api * CAPI-262: Design identity levels and challenges * CAPI-262: Allow to list wallets and identites * CAPI-292: Switch to Redoc 2.x * CAPI-262: Draft outputs and withdrawals
26 lines
707 B
JSON
26 lines
707 B
JSON
{
|
|
"name": "rbkmoney-wallet-api-spec",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"bower": "^1.7.7",
|
|
"connect": "^3.4.1",
|
|
"cors": "^2.7.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-connect": "^4.2.0",
|
|
"gulp-util": "^3.0.7",
|
|
"json-merge-patch": "^0.2.3",
|
|
"npm": "^5.7.1",
|
|
"portfinder": "^1.0.3",
|
|
"shelljs": "^0.7.0",
|
|
"swagger-repo": "^1.5.1",
|
|
"swagger-ui": "^2.1.4"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node ./scripts/build.js",
|
|
"swagger": "swagger-repo",
|
|
"test": "swagger-repo validate --basedir api/wallet/spec/ && swagger-repo validate --basedir api/privdoc/spec/ && swagger-repo validate --basedir api/payres/spec/",
|
|
"start": "gulp serve"
|
|
}
|
|
}
|