jack-registry-instance-sdk
Version:
RHOAS Service Registry Instance Adminstration SDK
35 lines (34 loc) • 776 B
JSON
{
"name": "jack-registry-instance-sdk",
"version": "1.5.0-beta1",
"description": "RHOAS Service Registry Instance Adminstration SDK",
"author": "Red Hat Developers",
"keywords": [
"rhoas",
"service registry",
"apicurio",
"redhat",
"@rhoas/registry-instance-sdk"
],
"repository": {
"type": "git",
"url": "git+https://github.com/redhat-developer/app-services-sdk-js"
},
"license": "Apache-2.0",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc --outDir dist/",
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "0.27.2"
},
"devDependencies": {
"@types/node": "18.11.9",
"typescript": "4.9.3"
}
}