UNPKG

@webfaas/webfaas-plugin-endpoint-http

Version:
52 lines (51 loc) 1.67 kB
{ "name": "@webfaas/webfaas-plugin-endpoint-http", "version": "0.4.0", "description": "WebFaaS Framework - Plugin - Endpoint - HTTP", "main": "lib/index.js", "readmeFilename": "README.md", "keywords": [ "webfaas", "plugin" ], "scripts": { "test": "mocha --config scripts/mocha.json", "test:coverage": "nyc --nycrc-path scripts/nyc.json npm run test", "start": "node_modules/.bin/tsc -w && npm run build:static", "build": "npm run build:clean && node_modules/.bin/tsc && npm run build:static", "build:clean": "rm -rf dist", "build:static": "cp package.json dist && cp src/ssl -R dist/ssl && cp src/test/data -R dist/test && cp README.md dist && cp .npmignore dist", "setnpmtoken": "rm ~/.npmrc && echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~/.npmrc", "publish_npm": "cd dist && npm publish --access public", "pack": "npm pack dist", "buildAndTest": "npm run build && npm run test:coverage", "setnpmtokenAndPublish": "npm run setnpmtoken && npm run publish_npm" }, "repository": { "type": "git", "url": "git@github.com:webfaas/webfaas-plugin-endpoint-http.git" }, "dependencies": { "uuid": "^7.0" }, "devDependencies": { "@types/chai": "^4.2", "@types/mocha": "^7.0", "@types/node": "^13.7", "@types/uuid": "^7.0.3", "@webfaas/webfaas-core": "^0.13", "chai": "^4.2", "mocha": "^7.1", "nyc": "^15.0", "typescript": "^3.8", "typescript-tslint-plugin": "^0.5" }, "engines": { "node": ">=10.0.0" }, "author": { "name": "Rogério Dias Moreira", "email": "rogeriodegoiania@gmail.com" }, "license": "MIT" }