{
  "name": "stdf-parser",
  "version": "2.0.2",
  "bin": "lib/cli.mjs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "lint": "eslint --ext .js,.ts .",
    "lint:tsc": "tsc -p tsconfig.build.json --noEmit"
  },
  "keywords": [
    "stdf",
    "std",
    "stdfv4",
    "parse",
    "parser",
    "Standard Test Data Format",
    "wafer"
  ],
  "dependencies": {
    "lodash": "^4.17.21",
    "progress": "^2.0.3",
    "smart-buffer": "^4.2.0"
  },
  "devDependencies": {
    "@chipcoo/eslint-config-be": "^4.1.0",
    "@mongodb-js/zstd": "^1.1.0",
    "@tsconfig/node18": "^18.2.2",
    "@types/jest": "^29.5.1",
    "@types/lodash": "^4.14.191",
    "@types/node": "^20.10.0",
    "@types/progress": "^2.0.7",
    "@typescript-eslint/eslint-plugin": "^6.13.1",
    "@typescript-eslint/parser": "^6.13.1",
    "eslint": "^8.54.0",
    "jest": "^29.5.0",
    "jest-junit": "^16.0.0",
    "ts-jest": "^29.1.0",
    "tsx": "^4.6.0",
    "typescript": "^5.2.2"
  },
  "files": [
    "lib"
  ]
}
