{
  "name": "@aztec/noir-noir_codegen",
  "contributors": [
    "The Noir Team <team@noir-lang.org>"
  ],
  "version": "4.4.0",
  "packageManager": "yarn@4.5.2",
  "license": "(MIT OR Apache-2.0)",
  "type": "module",
  "homepage": "https://noir-lang.org/",
  "repository": {
    "url": "https://github.com/noir-lang/noir.git",
    "directory": "compiler/wasm",
    "type": "git"
  },
  "bugs": {
    "url": "https://github.com/noir-lang/noir/issues"
  },
  "dependencies": {
    "@aztec/noir-types": "4.4.0",
    "glob": "^13.0.6",
    "ts-command-line-args": "^2.5.1"
  },
  "files": [
    "lib",
    "package.json"
  ],
  "source": "src/index.ts",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": {
    "noir-codegen": "lib/main.js"
  },
  "scripts": {
    "dev": "tsc-multi --watch",
    "build": "tsc",
    "test": "yarn test:codegen && yarn test:node && yarn test:clean",
    "test:codegen": "rm -rf ./test/test_lib/export && ${NARGO:-nargo} export --program-dir=./test/test_lib && tsx src/main.ts ./test/test_lib/export/** --out-dir ./test/codegen",
    "test:node": "mocha --timeout 25000 --exit --config ./.mocharc.json",
    "test:clean": "rm -rf ./test/codegen ./test/test_lib/export",
    "prettier": "prettier 'src/**/*.ts'",
    "prettier:fix": "prettier --write 'src/**/*.ts' 'test/**/*.ts'",
    "lint": "NODE_NO_WARNINGS=1 eslint . --max-warnings 0",
    "nightly:version": "jq --arg new_version \"-$(git rev-parse --short HEAD)$1\" '.version = .version + $new_version' package.json > package-tmp.json && mv package-tmp.json package.json",
    "publish": "echo 📡 publishing `$npm_package_name` && yarn npm publish",
    "clean": "rm -rf ./lib"
  },
  "devDependencies": {
    "@aztec/noir-noir_js": "4.4.0",
    "@types/chai": "^5",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.19.17",
    "@types/prettier": "^3.0.0",
    "chai": "^6.2.2",
    "eslint": "^10.2.1",
    "eslint-plugin-prettier": "^5.5.5",
    "mocha": "^11.7.5",
    "prettier": "3.8.3",
    "tsx": "^4.21.0",
    "typescript": "^6.0.3"
  }
}
