forked from awslabs/data-solutions-framework-on-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "data-solutions-framework-on-aws",
"repository": {
"type": "git",
"url": "https://github.com/awslabs/data-solutions-framework-on-aws.git"
},
"scripts": {
"build": "npx projen build",
"clobber": "npx projen clobber",
"compile": "npx projen compile",
"default": "npx projen default",
"eject": "npx projen eject",
"license": "npx projen license",
"package": "npx projen package",
"post-compile": "npx projen post-compile",
"pre-compile": "npx projen pre-compile",
"release": "npx projen release",
"test": "npx projen test",
"test:e2e": "npx projen test:e2e",
"projen": "npx projen"
},
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
"organization": true
},
"devDependencies": {
"@types/node": "16.0.0",
"constructs": "^10.0.0",
"glob": "^10.3.6",
"lerna": "^8.1.2",
"lerna-projen": "^0.1.364",
"projen": "^0.80.10",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"peerDependencies": {
"@types/node": "^16"
},
"resolutions": {
"wide-align": "1.1.5"
},
"main": "lib/index.js",
"license": "Apache-2.0",
"homepage": "https://awslabs.github.io/data-solutions-framework-on-aws/",
"version": "0.0.0",
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}