-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.56 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "well-know-stack",
"version": "0.0.0-development",
"description": "utility collection to makes pulumi easier",
"main": "lib/index.js",
"private": false,
"engines": {
"node": "18.*",
"npm": "8.*"
},
"scripts": {
"aws.iam.policies": "rm ./src/aws/iam/policy/*.ts && ts-node ./bin/aws.iam.policies.ts",
"build": "tsc -p . -outDir lib --sourceMap false --skipLibCheck",
"semantic-release": "semantic-release",
"test": "jest",
"ts": "ts-node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frami-xyz/well-know-stack.git"
},
"keywords": [
"pulumi"
],
"author": "frami <[email protected]>",
"license": "MIT",
"release": {
"ci": false,
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"master",
"main",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
]
},
"bugs": {
"url": "https://github.com/frami-xyz/well-know-stack/issues"
},
"homepage": "https://github.com/frami-xyz/well-know-stack#readme",
"peerDependencies": {
"@pulumi/aws": "^5.0.0",
"@pulumi/pulumi": "^3.0.0"
},
"devDependencies": {
"@pulumi/aws": "^5.9.1",
"@pulumi/pulumi": "^3.35.1",
"@types/jest": "^28.1.3",
"@types/jsdom": "^16.2.14",
"@types/node": "^18.0.0",
"jest": "^28.1.1",
"jsdom": "^20.0.0",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"dependencies": {
"semantic-release": "^19.0.3"
}
}