@marblejs/serverless
Version:
Run Marble.js as a serverless function
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "@marblejs/serverless",
"version": "2.3.0-dev.7+18cb369",
"description": "Run Marble.js as a serverless function",
"keywords": [
"aws",
"lambda",
"serverless",
"marble.js",
"amazon",
"function"
],
"author": "Krzysztof Miemiec <krzysztof.miemiec@gmail.com>",
"homepage": "https://github.com/marblejs/marble/tree/master/packages/serverless#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@marblejs/core": "^2.2.2"
},
"dependencies": {
"@marblejs/proxy": "^2.3.0-dev.7+18cb369"
},
"devDependencies": {
"@marblejs/core": "^2.3.0-dev.7+18cb369",
"@types/aws-lambda": "^8.10.26",
"@types/node": "^12.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marblejs/marble.git"
},
"scripts": {
"start": "yarn watch",
"watch": "tsc -w",
"build": "tsc",
"clean": "rimraf dist",
"test": "jest --config ../../jest.config.js"
},
"bugs": {
"url": "https://github.com/marblejs/marble/issues"
},
"gitHead": "18cb36904d9da91d5e01592388b8756b51416b27"
}