UNPKG

netlify-plugin-nimbella

Version:

Nimbella plugin to extend Netlify Sites with stateful and portable serverless APIs.

80 lines (79 loc) 1.77 kB
{ "name": "netlify-plugin-nimbella", "version": "2.1.0", "main": "src/index.js", "description": "Nimbella plugin to extend Netlify Sites with stateful and portable serverless APIs.", "scripts": { "setup": "yarn install", "precommit": "xo && jest --coverage", "test": "jest --coverage", "lint": "xo", "lint-fix": "xo --fix" }, "repository": { "type": "git", "url": "git+https://github.com/nimbella/netlify-plugin-nimbella.git" }, "keywords": [ "netlify", "netlify-plugin", "nimbella", "openwhisk", "serverless", "jamstack" ], "author": "Nimbella Corporation", "license": "Apache-2.0", "bugs": { "url": "https://github.com/nimbella/netlify-plugin-nimbella/issues" }, "homepage": "https://github.com/nimbella/netlify-plugin-nimbella#readme", "dependencies": { "cpx": "^1.5.0", "make-dir": "^3.1.0", "netlify-lambda": "satyarohith/netlify-lambda#88eac6a37bfb0920897c86ecda8682944a2bf5be", "netlify-redirect-parser": "^2.5.0", "nimbella-cli": "https://apigcp.nimbella.io/downloads/nim/nimbella-cli.tgz" }, "xo": { "space": true, "semicolon": false, "prettier": true, "envs": [ "node", "jest" ] }, "engines": { "node": ">=12.0.0" }, "husky": { "hooks": { "pre-commit": "yarn precommit" } }, "files": [ "manifest.yml", "src" ], "jest": { "testMatch": [ "**/test/**/*.js" ], "coverageThreshold": { "global": { "branches": 91, "functions": 100, "lines": 95, "statements": -10 } }, "verbose": true }, "devDependencies": { "husky": "^4.3.0", "jest": "^26.5.3", "mock-fs": "^4.13.0", "xo": "^0.33.0" } }