{ "name": "@next-deploy/aws-lambda-builder", "version": "1.0.0", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepare": "yarn build", "build": "tsc -p tsconfig.build.json" }, "dependencies": { "@zeit/node-file-trace": "^0.6.5", "execa": "^4.0.2", "fs-extra": "^9.0.1", "path-to-regexp": "^6.1.0" }, "devDependencies": { "typescript": "^3.9.6" } }