{
  "name": "@tsonic/emitter",
  "version": "0.0.78",
  "description": "C# code generator for Tsonic compiler",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc -b",
    "clean": "rm -rf dist *.tsbuildinfo",
    "pretest": "npm run clean && npm run build",
    "test": "mocha --require ../../test/mocha/checkpoint.cjs --parallel --jobs 4 --timeout 45000 --ignore 'dist/**/*-cases/**/*.test.js' 'dist/**/*.test.js'",
    "test:watch": "mocha --require ../../test/mocha/checkpoint.cjs --ignore 'dist/**/*-cases/**/*.test.js' 'dist/**/*.test.js' --watch",
    "update-golden": "npx tsx scripts/update-golden-tests.ts",
    "update-golden:dotnet": "npx tsx scripts/update-golden-tests.ts dotnet",
    "update-golden:js": "npx tsx scripts/update-golden-tests.ts js"
  },
  "dependencies": {
    "@tsonic/frontend": "0.0.78"
  },
  "devDependencies": {
    "@types/chai": "5.2.2",
    "@types/mocha": "10.0.10",
    "@types/node": "20.14.0",
    "chai": "5.3.3",
    "mocha": "11.7.2",
    "yaml": "^2.8.1"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
