{
  "name": "codemaker",
  "version": "1.137.0",
  "description": "A tiny utility for generating source code",
  "license": "Apache-2.0",
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com"
  },
  "homepage": "https://github.com/aws/jsii",
  "bugs": {
    "url": "https://github.com/aws/jsii/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aws/jsii.git",
    "directory": "packages/codemaker"
  },
  "engines": {
    "node": ">= 14.17.0"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc --build && yarn lint",
    "watch": "tsc --build -w",
    "lint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS='--disable-warning=ESLintRCWarning' eslint . --ext .js,.ts --ignore-path=.gitignore",
    "lint:fix": "yarn lint --fix",
    "test": "jest",
    "test:update": "jest -u",
    "package": "rm -fr dist/js && mkdir -p dist/js && mv $(npm pack) dist/js"
  },
  "dependencies": {
    "camelcase": "^6.3.0",
    "decamelize": "^5.0.1",
    "fs-extra": "^10.1.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.13",
    "eslint": "^9.39.4",
    "jest": "^30.4.2",
    "typescript": "6.x"
  }
}