mirror of
https://github.com/valitydev/swag-wallets.git
synced 2024-11-06 10:55:21 +00:00
c5979e700a
Patches are YAML-formatted JSON Patch documents conforming to RFC6902. * Vendor in empayre/destination-schemas and interwine them with `DestinationResource` model * Update package.lock * Add explanatory comments to the README
23 lines
509 B
JSON
23 lines
509 B
JSON
{
|
|
"name": "empayre-wallet-openapi-spec",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"npm": "^8.1.3",
|
|
"yaml": "^1.10.2",
|
|
"yaml-diff-patch": "^1.2.0",
|
|
"shelljs": "^0.8.5",
|
|
"@apidevtools/swagger-parser": "^10.0.3"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "gulp serve",
|
|
"patch": "node ./scripts/patch.js",
|
|
"validate": "node ./scripts/validate.js"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "github:gulpjs/gulp",
|
|
"gulp-connect": "^5.7.0",
|
|
"portfinder": "^1.0.28"
|
|
}
|
|
}
|