{
  "name": "@superblocksteam/shared",
  "version": "0.9607.3",
  "description": "Superblocks Shared Resources",
  "license": "Superblocks Community Software License",
  "repository": "https://github.com/superblocksteam/shared.git",
  "files": [
    "LICENSE.txt",
    "dist",
    "dist-esm",
    "src",
    "README.md"
  ],
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist-esm/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "@bufbuild/protobuf": "1.3.0",
    "@lezer/common": "0.16.1",
    "@lezer/lr": "0.16.3",
    "@opentelemetry/api": "^1.9.1",
    "@opentelemetry/semantic-conventions": "^1.41.1",
    "@superblocksteam/sabs-types": "0.154.0",
    "@superblocksteam/types": "1.351.0",
    "@types/esprima": "4.0.3",
    "@types/estree": "^1.0.5",
    "@types/events": "^3.0.3",
    "events": "^3.3.0",
    "isomorphic-ws": "^5.0.0",
    "jose": "^5.10.0",
    "js-base64": "^3.7.5",
    "json5": "2.2.3",
    "lodash": "^4.17.21",
    "normalizr": "3.6.2",
    "semver": "^7.6.0",
    "slugify": "^1.6.6",
    "uuid": "^11.1.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@types/lodash": "^4.17.0",
    "@types/node": "^24",
    "@types/semver": "^7.5.6",
    "@vitest/coverage-v8": "^4.0.17",
    "chokidar-cli": "3.0.0",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-config-turbo": "^2.9.16",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "esprima": "^4.0.1",
    "globals": "^17.3.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.59.2",
    "vitest": "^4.0.17"
  },
  "engines": {
    "node": ">=24",
    "npm": ">=10.x"
  },
  "scripts": {
    "build": "tsc --build && tsc --build tsconfig.browser.json && ./fixup-dists.sh",
    "check": "npm run typecheck && npm run lint",
    "clean": "premove ./dist ./dist-esm *tsbuildinfo",
    "dev": "chokidar \"**/*.ts\" -c \"npm run build\"",
    "lint": "eslint --max-warnings 0 --concurrency=2",
    "lint:fix": "eslint --fix --concurrency=2",
    "lint:precommit": "eslint --fix --concurrency=2",
    "publish-package": "pnpm publish",
    "start": "chokidar \"**/*.ts\" -c \"npm run build\"",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  }
}