@faceteer/cdk
Version:
CDK 2.0 constructs and helpers that make composing a Lambda powered service easier.
80 lines (79 loc) • 1.99 kB
JSON
{
"name": "@faceteer/cdk",
"version": "7.0.0",
"description": "CDK 2.0 constructs and helpers that make composing a Lambda powered service easier.",
"main": "index.js",
"files": [
"constructs/**/*.js",
"constructs/**/*.d.ts",
"extract/**/*.js",
"extract/**/*.d.ts",
"handlers/**/*.js",
"handlers/**/*.d.ts",
"response/**/*.js",
"response/**/*.d.ts",
"util/**/*.js",
"util/**/*.d.ts",
"index.js",
"index.d.ts"
],
"scripts": {
"test": "jest --runInBand --silent --coverage",
"test:ci": "jest --ci --runInBand --silent --coverage && codecov",
"build:clean": "tsc -b --clean",
"build": "tsc -b --clean && tsc -b",
"prepublishOnly": "npm run build"
},
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faceteer/cdk.git"
},
"keywords": [
"CDK",
"AWS",
"Lambda"
],
"author": "Alex McKenzie",
"license": "MIT",
"bugs": {
"url": "https://github.com/faceteer/cdk/issues"
},
"homepage": "https://github.com/faceteer/cdk#readme",
"devDependencies": {
"@types/aws-lambda": "^8.10.86",
"@types/jest": "^27.0.1",
"@types/node": "^15.6.1",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"codecov": "^3.8.2",
"esbuild": "^0.14.2",
"eslint": "^7.27.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.1",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^4.2.1",
"jest": "^30.0.5",
"jest-junit": "^12.2.0",
"prettier": "^2.3.0",
"ts-jest": "^29.4.1",
"ts-node": "^10.1.0",
"typedoc": "^0.28.9",
"typescript": "^5.9.2"
},
"dependencies": {
"@aws-sdk/client-sqs": "^3.826.0",
"aws-cdk-lib": "^2.200.1",
"change-case": "^4.1.2",
"constructs": "^10.4.2",
"p-limit": "^3.1.0",
"qs": "^6.10.2"
}
}