UNPKG

2.16 kBJSONView Raw
1{
2 "name": "jsii-pacmak",
3 "version": "1.101.0",
4 "description": "A code generation framework for jsii backend languages",
5 "license": "Apache-2.0",
6 "author": {
7 "name": "Amazon Web Services",
8 "url": "https://aws.amazon.com"
9 },
10 "homepage": "https://github.com/aws/jsii",
11 "bugs": {
12 "url": "https://github.com/aws/jsii/issues"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/aws/jsii.git",
17 "directory": "packages/jsii-pacmak"
18 },
19 "engines": {
20 "node": ">= 14.17.0"
21 },
22 "main": "lib/index.js",
23 "types": "lib/index.d.ts",
24 "bin": {
25 "jsii-pacmak": "bin/jsii-pacmak"
26 },
27 "scripts": {
28 "gen": "bash generate.sh",
29 "build": "npm run gen && tsc --build && chmod +x bin/jsii-pacmak && npm run lint",
30 "watch": "tsc --build -w",
31 "lint": "ESLINT_USE_FLAT_CONFIG=false eslint . --ext .js,.ts --ignore-path=.gitignore",
32 "lint:fix": "yarn lint --fix",
33 "test": "npm run test:unit && npm run test:build",
34 "test:unit": "jest",
35 "test:build": "bash test/build-test.sh",
36 "test:update": "jest -u && npm run test:build",
37 "package": "package-js"
38 },
39 "dependencies": {
40 "@jsii/check-node": "1.101.0",
41 "@jsii/spec": "^1.101.0",
42 "clone": "^2.1.2",
43 "codemaker": "^1.101.0",
44 "commonmark": "^0.31.0",
45 "escape-string-regexp": "^4.0.0",
46 "fs-extra": "^10.1.0",
47 "jsii-reflect": "^1.101.0",
48 "semver": "^7.6.0",
49 "spdx-license-list": "^6.9.0",
50 "xmlbuilder": "^15.1.1",
51 "yargs": "^16.2.0"
52 },
53 "devDependencies": {
54 "@jsii/dotnet-runtime": "^1.101.0",
55 "@jsii/java-runtime": "^1.101.0",
56 "@jsii/go-runtime": "^1.101.0",
57 "@scope/jsii-calc-lib": "^1.101.0",
58 "@types/clone": "^2.1.4",
59 "@types/diff": "^5.2.0",
60 "@types/commonmark": "^0.27.9",
61 "@types/fs-extra": "^9.0.13",
62 "@types/semver": "^7.5.8",
63 "diff": "^5.2.0",
64 "jsii": "^1.101.0",
65 "jsii-build-tools": "^1.101.0",
66 "jsii-calc": "^3.20.120",
67 "jsii-rosetta": "^1.101.0",
68 "pyright": "^1.1.332"
69 },
70 "peerDependencies": {
71 "jsii-rosetta": "^1.101.0 || ~5.2.0 || ~5.3.0 || ~5.4.0"
72 },
73 "keywords": [
74 "jsii",
75 "aws"
76 ]
77}
\No newline at end of file