{
  "name": "@rocketmakers/orbit-core",
  "description": "Core types and functions used by all Orbit packages",
  "version": "3.1.6",
  "author": "Product team <product-team@rocketmakers.com>",
  "bugs": "https://gitlab.com/rocketmakers/core/orbit/issues",
  "dependencies": {
    "@rocketmakers/log": "0.1.0",
    "@rocketmakers/validation": "0.4.0",
    "ajv": "8.18.0",
    "date-fns": "4.1.0",
    "tslib": "2.8.1",
    "@rocketmakers/ioc": "0.3.9"
  },
  "devDependencies": {
    "@types/node": "24.12.2",
    "eslint": "10.2.0",
    "tslib": "2.8.1",
    "typescript": "5.9.3",
    "eslint-config-orbit": "0.0.0",
    "tsconfig-orbit": "0.0.0"
  },
  "directories": {
    "lib": "lib"
  },
  "homepage": "https://github.com/rocketmakers/rocketmakers-packages#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": "git+https://github.com/rocketmakers/rocketmakers-packages.git",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc -p .",
    "dev": "pnpm run build --watch",
    "lint": "eslint src",
    "lint-fix": "pnpm eslint --fix"
  }
}