UNPKG

serverless-scaleway-functions

Version:

Provider plugin for the Serverless Framework v3.x which adds support for Scaleway Functions.

73 lines (72 loc) 2.1 kB
{ "name": "serverless-scaleway-functions", "version": "0.4.15", "description": "Provider plugin for the Serverless Framework v3.x which adds support for Scaleway Functions.", "main": "index.js", "author": "scaleway.com", "license": "MIT", "repository": { "git": "https://github.com/scaleway/serverless-scaleway-functions" }, "scripts": { "clean-up": "node tests/teardown.js", "test:containers": "jest tests/containers/containers.test.js", "test:containers-private": "jest tests/containers/containers_private_registry.test.js", "test:deploy": "jest tests/deploy", "test:domains": "jest tests/domain", "test:functions": "jest tests/functions", "test:multi-region": "jest tests/multi-region", "test:provider": "jest tests/provider", "test:runtimes": "jest tests/runtimes", "test:shared": "jest tests/shared", "test:triggers": "jest tests/triggers", "coverage": "jest --coverage", "lint": "eslint . --cache", "check-format": "prettier --check .", "format": "prettier --write ." }, "homepage": "https://github.com/scaleway/serverless-scaleway-functions", "keywords": [ "serverless", "serverless framework", "serverless applications", "serverless modules", "scaleway functions", "scaleway", "iot", "internet of things", "osls" ], "jest": { "testEnvironment": "node", "testRegex": "(/tests/.*|(\\.|/)(test|spec))\\.js$", "useStderr": true, "setupFiles": [ "<rootDir>/tests/setup-tests.js" ], "testPathIgnorePatterns": [ "tests/utils", "tests/setup-tests.js", "tests/teardown.js" ], "verbose": true }, "dependencies": { "@serverless/utils": "^6.13.1", "argon2": "^0.30.3", "axios": "^1.4.0", "bluebird": "^3.7.2", "dockerode": "^4.0.6", "js-yaml": "^4.1.0", "tar-fs": "^2.1.1" }, "devDependencies": { "@eslint/js": "^9.27.0", "@jest/globals": "^29.6.1", "eslint": "^9.12.0", "fs-extra": "^11.1.1", "jest": "^29.6.1", "prettier": "^2.8.8", "rewire": "^6.0.0" } }