-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
98 lines (98 loc) · 2.75 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
{
"name": "jsii-rosetta",
"repository": {
"type": "git",
"url": "https://github.com/aws/jsii-rosetta.git"
},
"bin": {
"jsii-rosetta": "bin/jsii-rosetta"
},
"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:watch": "npx projen test:watch",
"upgrade": "npx projen upgrade",
"upgrade-jsii": "npx projen upgrade-jsii",
"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/commonmark": "^0.27.9",
"@types/jest": "^29.5.14",
"@types/mock-fs": "^4.13.4",
"@types/node": "^18",
"@types/semver": "^7.5.8",
"@types/stream-json": "^1.7.8",
"@types/tar": "^6.1.13",
"@types/workerpool": "^6.4.7",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"all-contributors-cli": "^6.26.1",
"constructs": "^10.0.0",
"eslint": "^9",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^56.0.1",
"fs-monkey": "^1.0.6",
"jest": "^29.7.0",
"memfs": "^4.15.0",
"mock-fs": "^5.4.1",
"prettier": "^2.8.8",
"projen": "^0.91.3",
"tar": "^6.2.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2"
},
"dependencies": {
"@jsii/check-node": "1.106.0",
"@jsii/spec": "^1.106.0",
"@xmldom/xmldom": "^0.9.6",
"chalk": "^4",
"commonmark": "^0.31.2",
"fast-glob": "^3.3.2",
"jsii": "~5.7.0",
"semver": "^7.6.3",
"semver-intersect": "^1.5.0",
"stream-json": "^1.9.1",
"typescript": "~5.7",
"workerpool": "^6.5.1",
"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",
"./package.json": "./package.json"
},
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}