{ "name": "serverless", "version": "1.44.1", "engines": { "node": ">=6.0" }, "engineStrict": true, "preferGlobal": true, "homepage": "https://github.com/serverless/serverless#readme", "description": "Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more", "author": "serverless.com", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/serverless/serverless" }, "keywords": [ "serverless", "serverless framework", "serverless applications", "serverless modules", "api gateway", "lambda", "aws", "aws lambda", "amazon", "amazon web services", "azure", "azure functions", "google cloud functions", "apache open whisk", "iot", "internet of things", "serverless.com" ], "files": [ "bin", "lib", "scripts/postinstall.js", "scripts/preuninstall.js", "scripts/pre-release.js", "package.json", "package-lock.json", "README.md", "LICENSE.txt", "CHANGELOG.md" ], "main": "lib/Serverless.js", "bin": { "serverless": "./bin/serverless", "slss": "./bin/serverless", "sls": "./bin/serverless" }, "scripts": { "test": "mocha \"!(node_modules)/**/*.test.js\"", "test-isolated": "node scripts/test-isolated.js", "coverage": "nyc --reporter=lcov --reporter=html --reporter=text-summary npm test", "lint": "eslint . --cache", "lint-updated": "pipe-git-updated --ext=js -- eslint --cache", "docs": "node scripts/generate-readme.js", "integration-test-run-package": "jest --maxWorkers=5 integration-package", "integration-test-run-basic": "jest --maxWorkers=5 integration-basic", "integration-test-run-all": "jest --maxWorkers=5 integration-all", "integration-test-cleanup": "node tests/utils/aws-cleanup.js", "postinstall": "node ./scripts/postinstall.js" }, "mocha": { "R": "tests/mocha-reporter" }, "jest": { "testRegex": "(\\.|/)(tests)\\.js$", "testEnvironment": "node", "setupFilesAfterEnv": [ "/tests/setup-tests.js" ], "testRunner": "jest-circus/runner" }, "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "child-process-ext": "^2.0.0", "cli-progress-footer": "^1.1.1", "coveralls": "^3.0.3", "eslint": "^3.3.1", "eslint-config-airbnb": "^10.0.1", "eslint-config-airbnb-base": "^5.0.2", "eslint-plugin-import": "^1.13.0", "eslint-plugin-jsx-a11y": "^2.1.0", "eslint-plugin-react": "^6.1.1", "git-list-updated": "^1.1.2", "jest-circus": "^24.8.0", "jest-cli": "^24.5.0", "markdown-link": "^0.1.1", "markdown-magic": "^0.1.25", "markdown-table": "^1.1.1", "mocha": "^6.1.4", "mocha-lcov-reporter": "^1.2.0", "mock-require": "^1.3.0", "nyc": "^14.1.1", "p-limit": "^2.2.0", "parse-github-url": "^1.0.1", "process-utils": "^2.3.1", "proxyquire": "^1.7.10", "sinon": "^7.3.2", "sinon-chai": "^2.9.0", "strip-ansi": "^5.2.0" }, "dependencies": { "@serverless/enterprise-plugin": "^1.0.3", "archiver": "^1.1.0", "async": "^1.5.2", "aws-sdk": "^2.430.0", "bluebird": "^3.5.0", "cachedir": "^2.2.0", "chalk": "^2.0.0", "ci-info": "^1.1.1", "download": "^5.0.2", "fast-levenshtein": "^2.0.6", "filesize": "^3.3.0", "fs-extra": "^0.26.7", "get-stdin": "^5.0.1", "globby": "^6.1.0", "graceful-fs": "^4.1.11", "https-proxy-agent": "^2.2.1", "is-docker": "^1.1.0", "js-yaml": "^3.13.0", "json-cycle": "^1.3.0", "json-refs": "^2.1.5", "jszip": "^3.2.1", "jwt-decode": "^2.2.0", "lodash": "^4.13.1", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "moment": "^2.13.0", "nanomatch": "^1.2.13", "node-fetch": "^1.6.0", "object-hash": "^1.2.0", "promise-queue": "^2.2.3", "raven": "^1.2.1", "rc": "^1.1.6", "replaceall": "^0.1.6", "semver": "^5.7.0", "semver-regex": "^1.0.0", "tabtab": "^2.2.2", "untildify": "^3.0.3", "update-notifier": "^2.2.0", "uuid": "^2.0.2", "write-file-atomic": "^2.1.0", "yaml-ast-parser": "0.0.34" } }