{
  "name": "@toruslabs/torus-scripts",
  "version": "8.1.0",
  "type": "module",
  "description": "Scripts for Torus libraries to manage bundling, lint etc",
  "bin": {
    "torus-scripts": "./bin/torus-scripts.js"
  },
  "dependencies": {
    "@babel/core": "^7.29.0",
    "@babel/plugin-syntax-bigint": "^7.8.3",
    "@babel/plugin-transform-class-properties": "^7.28.6",
    "@babel/plugin-transform-numeric-separator": "^7.28.6",
    "@babel/plugin-transform-object-rest-spread": "^7.28.6",
    "@babel/plugin-transform-runtime": "^7.29.0",
    "@babel/preset-env": "^7.29.0",
    "@babel/preset-typescript": "^7.28.5",
    "@babel/runtime": "^7.28.6",
    "@rollup/plugin-babel": "^7.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "@toruslabs/config": "^4.0.1",
    "babel-plugin-transform-object-hasown": "^1.1.0",
    "chalk": "^5.6.2",
    "cliui": "^9.0.1",
    "deepmerge": "^4.3.1",
    "dotenv": "^17.3.1",
    "listr2": "^10.2.1",
    "lodash.mergewith": "^4.6.2",
    "object.omit": "^3.0.0",
    "release-it": "^19.2.4",
    "rimraf": "^6.1.3",
    "rollup": "^4.59.0",
    "rollup-plugin-analyzer": "^4.0.0",
    "rxjs": "^7.8.2",
    "ts-patch": "^3.3.0",
    "typescript": "^5.9.3",
    "update-notifier": "^7.3.1",
    "yargs-parser": "^22.0.0"
  },
  "peerDependencies": {
    "eslint": "^9.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22",
    "npm": ">=10.x"
  },
  "author": "Torus Labs",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/torusresearch/torus-cli/issues"
  },
  "homepage": "https://github.com/torusresearch/torus-cli/tree/main/packages/torus-scripts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/torusresearch/torus-cli.git"
  },
  "devDependencies": {
    "eslint-plugin-prettier": "^5.5.5",
    "globals": "^17.4.0"
  },
  "gitHead": "6d8f678f3f6a2a3931faddff3d513b8df5ada975"
}
