@midwayjs/faas
Version:
Midway Framework for FaaS (Function as a Service)
49 lines (48 loc) • 1.14 kB
JSON
{
"name": "@midwayjs/faas",
"version": "4.2.1",
"description": "Midway Framework for FaaS (Function as a Service)",
"main": "dist/index.js",
"typings": "index.d.ts",
"dependencies": {
"@midwayjs/core": "^4.2.1",
"@midwayjs/serverless-http-parser": "^4.0.2",
"@midwayjs/simple-lock": "^1.1.4"
},
"devDependencies": {
"@midwayjs/cookies": "^1.0.2",
"@midwayjs/logger": "^4.0.0",
"@midwayjs/mock": "^4.2.1",
"mm": "3.4.0"
},
"engines": {
"node": ">=20"
},
"files": [
"dist/**/*.js",
"dist/**/*.d.ts",
"index.d.ts"
],
"keywords": [
"serverless",
"faas",
"k8s",
"cloud native",
"aliyun",
"tencent",
"midway",
"aws",
"lambda"
],
"scripts": {
"build": "tsc",
"test": "node -r ts-node/register ../../node_modules/jest/bin/jest.js --runInBand",
"cov": "node -r ts-node/register ../../node_modules/jest/bin/jest.js --runInBand --coverage --forceExit"
},
"repository": {
"type": "git",
"url": "git@github.com:midwayjs/midway.git"
},
"license": "MIT",
"gitHead": "1b471cc7aa0ea4ec0182c678a2d4321d4eb8dcbf"
}