-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
105 lines (105 loc) · 3.01 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "jsii",
"repository": {
"type": "git",
"url": "https://github.com/aws/jsii-compiler.git"
},
"bin": {
"jsii": "bin/jsii"
},
"scripts": {
"build": "npx projen build",
"clobber": "npx projen clobber",
"compile": "npx projen compile",
"contributors:update": "npx projen contributors:update",
"default": "npx projen default",
"eject": "npx projen eject",
"eslint": "npx projen eslint",
"package": "npx projen package",
"post-compile": "npx projen post-compile",
"post-upgrade": "npx projen post-upgrade",
"pre-compile": "npx projen pre-compile",
"release": "npx projen release",
"tag-release": "npx projen tag-release",
"test": "npx projen test",
"test:benchmark": "npx projen test:benchmark",
"test:benchmark:update-aws-cdk-lib-snapshot": "npx projen test:benchmark:update-aws-cdk-lib-snapshot",
"test:watch": "npx projen test:watch",
"upgrade": "npx projen upgrade",
"watch": "npx projen watch",
"projen": "npx projen"
},
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
"organization": false
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^5.1.1",
"@types/clone": "^2.1.4",
"@types/deep-equal": "^1.0.4",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.14",
"@types/lockfile": "^1.0.4",
"@types/node": "^18",
"@types/semver": "^7.5.8",
"@types/tar": "^6.1.13",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"all-contributors-cli": "^6.26.1",
"clone": "^2.1.2",
"constructs": "^10.0.0",
"eslint": "^8",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^46.0.1",
"fast-check": "^3.23.1",
"glob": "^10.4.5",
"jest": "^29.7.0",
"jsii-1.x": "npm:jsii@1",
"lockfile": "^1.0.4",
"npm": "^9.9.3",
"npm-check-updates": "^16",
"prettier": "^2.8.8",
"projen": "^0.90.0",
"tar": "^6.2.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2"
},
"dependencies": {
"@jsii/check-node": "1.104.0",
"@jsii/spec": "^1.104.0",
"case": "^1.6.3",
"chalk": "^4",
"downlevel-dts": "^0.11.0",
"fast-deep-equal": "^3.1.3",
"log4js": "^6.9.1",
"semver": "^7.6.3",
"semver-intersect": "^1.5.0",
"sort-json": "^2.0.1",
"spdx-license-list": "^6.9.0",
"typescript": "~5.5",
"yargs": "^17.7.2"
},
"engines": {
"node": ">= 18.12.0"
},
"main": "lib/index.js",
"license": "Apache-2.0",
"homepage": "https://aws.github.io/jsii",
"publishConfig": {
"access": "public"
},
"version": "0.0.0",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js",
"./bin/jsii": "./bin/jsii",
"./package.json": "./package.json",
"./common": "./lib/common/index.js"
},
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}