{
  "name": "@test-station/core",
  "version": "0.2.86",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "exports": {
    ".": "./src/index.js"
  },
  "dependencies": {
    "@test-station/adapter-jest": "0.2.86",
    "@test-station/adapter-node-test": "0.2.86",
    "@test-station/adapter-playwright": "0.2.86",
    "@test-station/adapter-shell": "0.2.86",
    "@test-station/adapter-vitest": "0.2.86",
    "@test-station/plugin-source-analysis": "0.2.86"
  },
  "scripts": {
    "build": "node ../../scripts/check-package.mjs ./src/index.js",
    "lint": "node ../../scripts/lint-syntax.mjs ./src"
  }
}
