1 | {
|
2 | "name": "jsii",
|
3 | "repository": {
|
4 | "type": "git",
|
5 | "url": "https://github.com/aws/jsii-compiler.git"
|
6 | },
|
7 | "bin": {
|
8 | "jsii": "bin/jsii"
|
9 | },
|
10 | "scripts": {
|
11 | "build": "npx projen build",
|
12 | "clobber": "npx projen clobber",
|
13 | "compile": "npx projen compile",
|
14 | "contributors:update": "npx projen contributors:update",
|
15 | "default": "npx projen default",
|
16 | "eject": "npx projen eject",
|
17 | "eslint": "npx projen eslint",
|
18 | "package": "npx projen package",
|
19 | "post-compile": "npx projen post-compile",
|
20 | "post-upgrade": "npx projen post-upgrade",
|
21 | "pre-compile": "npx projen pre-compile",
|
22 | "release": "npx projen release",
|
23 | "tag-release": "npx projen tag-release",
|
24 | "test": "npx projen test",
|
25 | "test:benchmark": "npx projen test:benchmark",
|
26 | "test:benchmark:update-aws-cdk-lib-snapshot": "npx projen test:benchmark:update-aws-cdk-lib-snapshot",
|
27 | "test:watch": "npx projen test:watch",
|
28 | "upgrade": "npx projen upgrade",
|
29 | "watch": "npx projen watch",
|
30 | "projen": "npx projen"
|
31 | },
|
32 | "author": {
|
33 | "name": "Amazon Web Services",
|
34 | "url": "https://aws.amazon.com",
|
35 | "organization": false
|
36 | },
|
37 | "devDependencies": {
|
38 | "@actions/core": "^1.10.1",
|
39 | "@actions/github": "^5.1.1",
|
40 | "@types/clone": "^2.1.4",
|
41 | "@types/deep-equal": "^1.0.4",
|
42 | "@types/glob": "^8.1.0",
|
43 | "@types/jest": "^29.5.12",
|
44 | "@types/lockfile": "^1.0.4",
|
45 | "@types/node": "^18",
|
46 | "@types/semver": "^7.5.8",
|
47 | "@types/tar": "^6.1.13",
|
48 | "@typescript-eslint/eslint-plugin": "^7",
|
49 | "@typescript-eslint/parser": "^7",
|
50 | "all-contributors-cli": "^6.26.1",
|
51 | "clone": "^2.1.2",
|
52 | "constructs": "^10.0.0",
|
53 | "eslint": "^8",
|
54 | "eslint-config-prettier": "^8.10.0",
|
55 | "eslint-import-resolver-typescript": "^3.6.1",
|
56 | "eslint-plugin-import": "^2.29.1",
|
57 | "eslint-plugin-prettier": "^4.2.1",
|
58 | "eslint-plugin-unicorn": "^46.0.1",
|
59 | "fast-check": "^3.19.0",
|
60 | "glob": "^10.4.1",
|
61 | "jest": "^29.7.0",
|
62 | "jsii-1.x": "npm:jsii@1",
|
63 | "lockfile": "^1.0.4",
|
64 | "npm": "^9.9.3",
|
65 | "npm-check-updates": "^16",
|
66 | "prettier": "^2.8.8",
|
67 | "projen": "^0.82.6",
|
68 | "tar": "^6.2.1",
|
69 | "ts-jest": "^29.1.4",
|
70 | "ts-node": "^10.9.2"
|
71 | },
|
72 | "dependencies": {
|
73 | "@jsii/check-node": "1.100.0",
|
74 | "@jsii/spec": "^1.100.0",
|
75 | "case": "^1.6.3",
|
76 | "chalk": "^4",
|
77 | "downlevel-dts": "^0.11.0",
|
78 | "fast-deep-equal": "^3.1.3",
|
79 | "log4js": "^6.9.1",
|
80 | "semver": "^7.6.2",
|
81 | "semver-intersect": "^1.5.0",
|
82 | "sort-json": "^2.0.1",
|
83 | "spdx-license-list": "^6.9.0",
|
84 | "typescript": "~5.4",
|
85 | "yargs": "^17.7.2"
|
86 | },
|
87 | "engines": {
|
88 | "node": ">= 18.12.0"
|
89 | },
|
90 | "main": "lib/index.js",
|
91 | "license": "Apache-2.0",
|
92 | "homepage": "https://aws.github.io/jsii",
|
93 | "publishConfig": {
|
94 | "access": "public"
|
95 | },
|
96 | "version": "5.4.22",
|
97 | "types": "lib/index.d.ts",
|
98 | "exports": {
|
99 | ".": "./lib/index.js",
|
100 | "./bin/jsii": "./bin/jsii",
|
101 | "./package.json": "./package.json",
|
102 | "./common": "./lib/common/index.js"
|
103 | },
|
104 | "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
|
105 | }
|