UNPKG

@webfaas/webfaas

Version:
51 lines (50 loc) 1.6 kB
{ "name": "@webfaas/webfaas", "version": "0.4.2", "description": "WebFaaS Framework", "main": "lib/WebFaaS.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 README.md dist && cp .npmignore dist && cp -R src/test/data dist/test", "setnpmtoken": "rm ~/.npmrc && echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~/.npmrc", "publish_npm": "cd dist && npm publish --access public", "pack": "cd dist && npm pack", "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.git" }, "dependencies": { "@webfaas/webfaas-core": "^0.13.1" }, "devDependencies": { "@types/chai": "^4.2.11", "@types/mocha": "^7.0.2", "@types/node": "^13.13.1", "chai": "^4.2", "mocha": "^7.1.1", "nyc": "^15.0.1", "typescript": "^3.8", "typescript-tslint-plugin": "^0.5", "@webfaas/webfaas-plugin-packageregistry-npm": "^0.2" }, "engines": { "node": ">=10.0.0" }, "author": { "name": "Rogério Dias Moreira", "email": "rogeriodegoiania@gmail.com" }, "license": "MIT" }