{
  "name": "@moj-bichard7-developers/bichard7-next-data",
  "version": "2.0.404",
  "description": "The standing data for Bichard",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ministryofjustice/bichard7-next-data.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ministryofjustice/bichard7-next-data/issues"
  },
  "homepage": "https://github.com/ministryofjustice/bichard7-next-data#readme",
  "dependencies": {
    "@emnapi/core": "^1.10.0",
    "@emnapi/runtime": "^1.10.0",
    "@emnapi/wasi-threads": "^1.2.1",
    "jest": "^30.4.2",
    "jest-extended": "^2.0.0",
    "ts-jest": "^29.4.9",
    "typescript": "^4.5.5"
  },
  "lint-staged": {
    "*.{js,ts}": "eslint --cache --fix"
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  }
}
