{
  "name": "@snowbridge/base-types",
  "version": "1.1.10-alpha.2",
  "description": "Snowbridge Base Types",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/Snowfork/snowbridge.git",
    "directory": "web/packages/base-types"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "devDependencies": {
    "@types/node": "24.6.2",
    "@typescript-eslint/eslint-plugin": "8.45.0",
    "@typescript-eslint/parser": "8.45.0",
    "eslint": "9.37.0",
    "eslint-config-prettier": "10.1.8",
    "prettier": "3.6.2",
    "ts-node": "10.9.2",
    "tsconfig-paths": "4.2.0",
    "typescript": "5.9.3"
  },
  "scripts": {
    "build": "tsc --build --force",
    "lint": "eslint .",
    "format": "prettier src --write"
  }
}