UNPKG

arrow-orm

Version:

API Builder ORM

58 lines (57 loc) 1.09 kB
{ "name": "arrow-orm", "version": "2.10.2", "description": "API Builder ORM", "main": "index.js", "license": "SEE LICENCE IN LICENSE", "author": { "name": "Axway", "email": "support@axway.com", "url": "https://axway.com" }, "keywords": [ "amplify", "api-builder", "axway", "appcelerator", "arrow", "orm" ], "files": [ "lib", "index.js", "README.md", "LICENSE" ], "dependencies": { "@axway/api-builder-config": "4.0.2", "async": "^2.6.1", "chalk": "^2.4.1", "lodash": "^4.17.10", "lru-cache": "^2.7.0", "mingo": "^2.5.2", "pkginfo": "^0.3.0", "pluralize": "^7.0.0" }, "engines": { "node": ">=8.9" }, "repository": { "type": "git", "url": "https://git.ecd.axway.int/amplify/api-builder" }, "nyc": { "per-file": false, "statements": 88.54, "branches": 83.35, "functions": 89.58, "lines": 88.51 }, "scripts": { "build": "npm run build:lint && npm run test", "build:lint": "eslint .", "test": "nyc mocha --exit", "test:nocoverage": "mocha --exit" }, "gitHead": "6c3f7532c3d202e58e6aa7a1ddf35142dd750fd9" }