swag-wallets/package.json
Andrew Mayorov c5979e700a
APM-51: Introduce patches facility (#8)
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
2022-02-10 18:38:24 +03:00

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"
}
}