the-ldk
Version:
Welcome to the LDK! A collection of custom AWS CDK constructs to help you build serverless applications faster.
67 lines (66 loc) • 1.63 kB
JSON
{
"name": "the-ldk",
"version": "1.0.6",
"description": "Welcome to the LDK! A collection of custom AWS CDK constructs to help you build serverless applications faster.",
"main": "dist/exports/index.js",
"types": "dist/exports/index.d.ts",
"scripts": {
"build": "tsc",
"cdk": "cdk",
"format": "prettier --write .",
"lint": "eslint . --ext .ts",
"test": "echo \"Error: no test specified\" && exit 1",
"types": "tsc --no-emit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheLeePriest/LDK.git"
},
"engines": {
"node": ">=22.15.0"
},
"keywords": [
"CDK",
"AWS",
"Serverless",
"Infrastructure",
"Cloud",
"Development",
"Kit",
"LDK",
"EventBridge",
"Step Functions",
"API Gateway",
"Lambda",
"API"
],
"author": "Lee Priest",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/TheLeePriest/LDK/issues"
},
"homepage": "https://github.com/TheLeePriest/LDK#readme",
"dependencies": {
"esbuild": "^0.25.4",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.15.17",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"aws-cdk-lib": "^2.195.0",
"constructs": "^10.4.2",
"eslint": "^9.26.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.0",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"peerDependencies": {
"aws-cdk-lib": "^2.195.0",
"constructs": "^10.4.2"
}
}