Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "2.0.1",
"description": "CDK constructs for DataDog Cloudformation resources.",
"packageManager": "pnpm@10.33.0",
"files": [
"/dist"
],
"files": ["/dist"],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
Expand All @@ -26,12 +24,7 @@
"lint": "pnpm run -s eslint && pnpm run -s prettier",
"lint:fix": "pnpm run -s eslint --fix && pnpm run -s prettier --write"
},
"keywords": [
"datadog",
"cdk",
"aws-cdk",
"typescript"
],
"keywords": ["datadog", "cdk", "aws-cdk", "typescript"],
"author": "Culture Amp SRE",
"license": "MIT",
"devDependencies": {
Expand All @@ -40,8 +33,8 @@
"@tsconfig/node16": "^16.1.8",
"@types/jest": "^30.0.0",
"@types/node": "22.19.17",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"aws-cdk": "2.1118.1",
"aws-cdk-lib": "2.250.0",
"constructs": "^10.6.0",
Expand Down
Loading
Loading