UNPKG

jsii

Version:

[![Join the chat at https://cdk.Dev](https://img.shields.io/static/v1?label=Slack&message=cdk.dev&color=brightgreen&logo=slack)](https://cdk.dev) [![All Contributors](https://img.shields.io/github/all-contributors/aws/jsii/main?label=%E2%9C%A8%20All%20Con

105 lines (104 loc) 3.05 kB
{ "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.7.0", "@types/tar": "^6.1.13", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", "all-contributors-cli": "^6.26.1", "clone": "^2.1.2", "constructs": "^10.0.0", "eslint": "^9", "eslint-config-prettier": "^8.10.0", "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-unicorn": "^56.0.1", "fast-check": "^3.23.2", "glob": "^10.4.5", "jest": "^29.7.0", "jsii-1.x": "npm:jsii@1", "lockfile": "^1.0.4", "npm": "^9.9.4", "npm-check-updates": "^16", "prettier": "^2.8.8", "projen": "^0.91.29", "tar": "^6.2.1", "ts-jest": "^29.3.2", "ts-node": "^10.9.2" }, "dependencies": { "@jsii/check-node": "1.111.0", "@jsii/spec": "^1.111.0", "case": "^1.6.3", "chalk": "^4", "fast-deep-equal": "^3.1.3", "log4js": "^6.9.1", "semver": "^7.7.1", "semver-intersect": "^1.5.0", "sort-json": "^2.0.1", "spdx-license-list": "^6.10.0", "typescript": "~5.8", "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": "5.8.8", "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\"." }