{
  "name": "jsii-config",
  "version": "1.128.0",
  "description": "CLI tool for configuring jsii module configuration in package.json",
  "main": "lib/index.js",
  "repository": "https://github.com/aws/jsii",
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "scripts": {
    "build": "tsc --build && yarn lint",
    "build+test": "tsc --build && yarn test",
    "watch": "tsc --build -w",
    "lint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS='--disable-warning=ESLintRCWarning' eslint . --ext .js,.ts --ignore-path=.gitignore '--ignore-pattern=test/negatives/*'",
    "lint:fix": "yarn lint --fix",
    "test": "jest",
    "package": "package-js",
    "exec": "yarn build && node bin/jsii-config.js"
  },
  "bin": "bin/jsii-config",
  "devDependencies": {
    "@types/yargs": "^17.0.33",
    "eslint": "^9.39.4",
    "jest": "^30.3.0",
    "jest-expect-message": "^1.1.3",
    "jsii-build-tools": "^1.128.0",
    "typescript": "5.9.x"
  },
  "dependencies": {
    "@inquirer/prompts": "^8.3.2",
    "@jsii/check-node": "1.128.0",
    "@jsii/spec": "1.128.0",
    "yargs": "^17.7.2"
  }
}