-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.3 KB
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
42
43
44
45
46
47
48
{
"name": "@codemonger-io/cdk-ghost-string-parameter",
"version": "0.2.1",
"description": "String parameter in Parameter Store on AWS Systems Manager",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/index.js",
"dist/index.js.map",
"dist/index.d.ts"
],
"scripts": {
"build": "rimraf dist && rollup -c && api-extractor run --local",
"build:doc": "rimraf temp && run-s build && api-documenter markdown --input-folder temp --output-folder api-docs/markdown",
"type-check": "tsc --noEmit",
"prepare": "run-s build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cdk",
"AWS",
"SystemsManager",
"ParameterStore"
],
"author": "Kikuo Emoto <kemoto@codemonger.io>",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"packageManager": "pnpm@10.28.0",
"peerDependencies": {
"aws-cdk-lib": "^2.0",
"constructs": "^10.0"
},
"devDependencies": {
"@microsoft/api-documenter": "7.28.2",
"@microsoft/api-extractor": "7.55.2",
"@rollup/plugin-typescript": "12.3.0",
"@types/node": "24.10.7",
"aws-cdk-lib": "2.234.1",
"constructs": "10.4.4",
"npm-run-all2": "^8.0.4",
"rimraf": "^6.1.2",
"rollup": "^4.55.1",
"tslib": "2.8.1",
"typescript": "5.8.2"
}
}