{
  "name": "bruker-data-test",
  "version": "1.0.0",
  "description": "Provides bruker NMR data files for testing purposes",
  "type": "module",
  "exports": "./lib/index.js",
  "keywords": [],
  "author": "Luc Patiny",
  "license": "MIT",
  "files": [
    "src",
    "lib",
    "data"
  ],
  "scripts": {
    "check-types": "tsc --noEmit",
    "clean": "rimraf lib",
    "eslint": "eslint . --cache",
    "eslint-fix": "node --run eslint -- --fix",
    "prepack": "node --run tsc",
    "prettier": "prettier --check .",
    "prettier-write": "prettier --write .",
    "test": "node --run test-only && node --run eslint && node --run prettier && node --run check-types",
    "test-only": "vitest --run --coverage",
    "tsc": "node --run clean && node --run tsc-build",
    "tsc-build": "tsc --project tsconfig.build.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cheminfo/bruker-data-test.git"
  },
  "bugs": {
    "url": "https://github.com/cheminfo/bruker-data-test/issues"
  },
  "homepage": "https://github.com/cheminfo/bruker-data-test#readme",
  "dependencies": {
    "data-test-api": "^1.0.1"
  },
  "devDependencies": {
    "@types/node": "^24.0.14",
    "@vitest/coverage-v8": "^3.2.4",
    "@zakodium/tsconfig": "^1.0.2",
    "eslint": "^9.31.0",
    "eslint-config-cheminfo-typescript": "^19.0.0",
    "prettier": "^3.6.2",
    "rimraf": "^5.0.0",
    "typescript": "^5.8.3",
    "vitest": "^3.2.4"
  }
}
