-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@treedom/cdk-constructs-datadog",
"version": "1.0.0",
"main": "lib/index.js",
"files": [
"./lib"
],
"scripts": {
"clean": "rimraf ./lib",
"build": "npm run clean && tsc --project ./tsconfig.build.json",
"prepare": "npm run build",
"publish:check": "npm publish --dry-run",
"test": "borp --coverage"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/treedomtrees/cdk-constructs.git"
},
"author": "Treedom Team <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/treedomtrees/cdk-constructs/issues"
},
"homepage": "https://github.com/treedomtrees/cdk-constructs#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"aws-cdk-lib": "^2.165.0",
"constructs": "^10.4.2",
"datadog-cdk-constructs-v2": "^1.18.0"
},
"devDependencies": {
"@types/node": "^22.9.0",
"borp": "^0.18.0",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
}
}