{
  "name": "scrapty",
  "version": "0.0.1",
  "description": "A quick and dirty way to run an ordered queue of tasks focused on cross OS command line processes.",
  "main": "src/index.js",
  "types": "./types/**/*.d.ts",
  "volta": {
    "node": "20.11.0",
    "npm": "10.4.0",
    "pnpm": "8.15.1"
  },
  "engines": {
    "node": "20.11.0",
    "npm": "10.4.0"
  },
  "scripts": {
    "lint": "cross-env eslint -c ./config/.eslintrc --ignore-path ./config/.eslintignore",
    "test": "cross-env jest --config=./config/jest.config.js --forceExit --detectOpenHandles --coverage",
    "types": "tsc"
  },
  "keywords": [
    "cli",
    "scripts",
    "task",
    "queue",
    "cmd",
    "command",
    "cross-env"
  ],
  "author": {
    "name": "Bruno Araujo",
    "email": "bruno@komutilo.com",
    "url": "https://github.comn/brunurd"
  },
  "contributors": [
    {
      "name": "Bruno Araujo",
      "email": "bruno@komutilo.com",
      "url": "https://github.comn/brunurd"
    }
  ],
  "homepage": "https://github.com/komutilo/scrapty#readme",
  "bugs": {
    "url": "https://github.com/komutilo/scrapty/issues",
    "email": "bruno@komutilo.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/komutilo/scrapty.git"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "4.1.0",
    "cross-env": "^7.0.3",
    "cross-spawn": "^7.0.3",
    "promisify-child-process": "^4.1.1"
  },
  "devDependencies": {
    "@types/node": "^18.11.15",
    "eslint": "^8.29.0",
    "eslint-plugin-security": "^1.5.0",
    "jest": "^29.3.1",
    "jest-junit": "^15.0.0",
    "spawk": "^1.8.0",
    "typescript": "^4.9.4"
  }
}