{
  "name": "@perses-dev/spec",
  "version": "0.3.0-beta.4",
  "description": "Perses dashboard an datasource specification",
  "license": "Apache-2.0",
  "homepage": "https://github.com/perses/spec/blob/main/README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/perses/spec.git"
  },
  "bugs": {
    "url": "https://github.com/perses/perses/issues"
  },
  "module": "dist/index.js",
  "main": "dist/cjs/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "concurrently \"npm:build:*\"",
    "build:cjs": "swc ./src -d dist/cjs --strip-leading-paths --config-file ./.cjs.swcrc",
    "build:esm": "swc ./src -d dist --strip-leading-paths --config-file ./.swcrc",
    "build:types": "tsc --project tsconfig.build.json",
    "type-check": "tsc --noEmit",
    "test": "cross-env TZ=UTC vitest run",
    "test:watch": "cross-env TZ=UTC vitest",
    "lint": "oxlint src",
    "lint:fix": "oxlint --fix src",
    "format": "oxfmt",
    "format:check": "oxfmt --check"
  },
  "dependencies": {
    "date-fns": "^4.1.0",
    "mathjs": "^15.1.1",
    "zod": "^3.21.4"
  },
  "devDependencies": {
    "@swc/cli": "^0.8.0",
    "@types/node": "^22.13.1",
    "concurrently": "^10.0.3",
    "cross-env": "^10.1.0",
    "oxfmt": "0.55.0",
    "oxlint": "1.70.0",
    "typescript": "5.9.3",
    "vitest": "4.1.11"
  },
  "files": [
    "dist"
  ]
}
