{
  "name": "rs-runner",
  "version": "1.5.1",
  "packageManager": "pnpm@10.6.1",
  "keywords": [
    "rs",
    "cli",
    "script-runner",
    "package-manager",
    "npm",
    "yarn",
    "pnpm",
    "bun",
    "deno",
    "global-scripts",
    "directory-scripts",
    "command-line-tool",
    "developer-tools"
  ],
  "bin": {
    "rs": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "scripts": {
    "test": "jest",
    "dev": "tsc -w",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint src/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsingason/rs.git"
  },
  "description": "RS is a CLI tool for quickly detecting package.json scripts, and running them.",
  "homepage": "https://jsingason.github.io/rs",
  "bugs": {
    "url": "https://github.com/jsingason/rs/issues"
  },
  "author": "Jóhann S. Ingason <jsingason@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@eslint/js": "^9.18.0",
    "@types/inquirer": "^8.2.12",
    "@types/jest": "^29.5.13",
    "@types/node": "^25.0.0",
    "eslint": "^9.18.0",
    "jest": "^30.0.0",
    "prettier": "^3.3.3",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.0",
    "typescript-eslint": "^8.21.0"
  },
  "dependencies": {
    "chalk": "4.1.2",
    "commander": "^14.0.0",
    "inquirer": "^8.2.6"
  },
  "directories": {
    "test": "tests"
  }
}
