@axway/api-builder-plugin-dc-mbs
Version:
Mobile Backend Services connector
47 lines (46 loc) • 1 kB
JSON
{
"name": "@axway/api-builder-plugin-dc-mbs",
"description": "Mobile Backend Services connector",
"version": "1.1.1",
"author": {
"email": "support@axway.com",
"name": "Axway R&D",
"url": "https://axway.com"
},
"engines": {
"node": ">= 8.9",
"apibuilder": ">= 4.13.0"
},
"license": "SEE LICENSE IN LICENSE",
"main": "src/index.js",
"files": [
"src",
"config",
"README.md"
],
"keywords": [
"axway",
"api builder",
"arrowdb",
"mobile backend services",
"mbs"
],
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"@axway/api-builder-project-utils": "2.0.1",
"arrowdb": "^1.0.12"
},
"scripts": {
"build": "npm run build:lint && npm run test",
"build:lint": "eslint .",
"build:lint:fix": "eslint . --fix",
"test": "nyc mocha ./test",
"test:watch": "npm test -- --watch",
"test:debug": "mocha --inspect",
"postinstall": "api-builder-copy ./config/mbs.default.js ./conf/"
},
"gitHead": "6c3f7532c3d202e58e6aa7a1ddf35142dd750fd9"
}