{ "name": "@next-deploy/aws-lambda-builder", "version": "4.2.0", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "yarn clean && yarn compile", "build:watch": "yarn compile -w", "clean": "rm -rf ./dist", "compile": "tsc -p tsconfig.build.json" }, "devDependencies": { "@next-deploy/aws-lambda-builder": "link:../aws-lambda-builder" } }