-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
100 lines (100 loc) · 2.89 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
{
"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",
"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.10.1",
"@actions/github": "^5.1.1",
"@types/clone": "^2.1.2",
"@types/deep-equal": "^1.0.2",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.5",
"@types/lockfile": "^1.0.2",
"@types/node": "^16",
"@types/semver": "^7.5.3",
"@types/tar": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"all-contributors-cli": "^6.26.1",
"clone": "^2.1.2",
"eslint": "^8",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^46.0.1",
"glob": "^10.3.10",
"jest": "^29.7.0",
"jsii-1.x": "npm:jsii@1",
"lockfile": "^1.0.4",
"npm": "^9.8.1",
"npm-check-updates": "^16",
"prettier": "^2.8.8",
"projen": "^0.73.35",
"tar": "^6.2.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
},
"dependencies": {
"@jsii/check-node": "1.89.0",
"@jsii/spec": "^1.89.0",
"case": "^1.6.3",
"chalk": "^4",
"downlevel-dts": "^0.11.0",
"fast-deep-equal": "^3.1.3",
"log4js": "^6.9.1",
"semver": "^7.5.4",
"semver-intersect": "^1.4.0",
"sort-json": "^2.0.1",
"spdx-license-list": "^6.7.0",
"typescript": "~5.2",
"yargs": "^17.7.2"
},
"engines": {
"node": ">= 16.14.0"
},
"main": "lib/index.js",
"license": "Apache-2.0",
"homepage": "https://aws.github.io/jsii",
"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\"."
}