This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
next-deploy/packages/aws-lambda-builder/package.json
2020-07-05 16:56:58 -07:00

20 lines
424 B
JSON

{
"name": "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"
}
}