{
  "version": "3.0.2",
  "name": "@httptoolkit/httpsnippet",
  "description": "HTTP request snippet generator for *most* languages",
  "author": "Tim Perry <tim@httptoolkit.tech>",
  "homepage": "https://github.com/httptoolkit/httpsnippet",
  "license": "MIT",
  "main": "src/index.js",
  "bin": "bin/httpsnippet",
  "keywords": [
    "api",
    "clojure",
    "csharp",
    "curl",
    "go",
    "har",
    "http",
    "httpie",
    "httr",
    "java",
    "javascript",
    "jquery",
    "kotlin",
    "objc",
    "objective-c",
    "ocaml",
    "php",
    "python",
    "request",
    "requests",
    "ruby",
    "shell",
    "snippet",
    "swift",
    "swift",
    "unirest",
    "xhr",
    "xmlhttprequest"
  ],
  "engines": {
    "node": ">=22"
  },
  "files": [
    "bin",
    "src"
  ],
  "repository": "httptoolkit/httpsnippet",
  "bugs": {
    "url": "https://github.com/httptoolkit/httpsnippet/issues"
  },
  "scripts": {
    "quick": "mocha --no-timeouts --fgrep 'Request Validation' --invert",
    "pretest": "standard && echint",
    "test": "mocha --no-timeouts",
    "posttest": "npm run coverage",
    "coverage": "istanbul cover --dir coverage _mocha -- --fgrep 'Request Validation' --invert -R dot"
  },
  "standard": {
    "env": "mocha",
    "ignore": [
      "**/test/fixtures/**"
    ]
  },
  "echint": {
    "ignore": [
      "coverage/**",
      "**/node_modules/**",
      "**/fixtures/**"
    ]
  },
  "devDependencies": {
    "echint": "^4.0.2",
    "glob": "^6.0.1",
    "istanbul": "^0.4.0",
    "mocha": "^11.7.5",
    "require-directory": "^2.1.1",
    "should": "^13.2.3",
    "standard": "^16.0.3"
  },
  "dependencies": {
    "chalk": "^1.1.1",
    "commander": "^2.9.0",
    "debug": "^2.2.0",
    "event-stream": "3.3.4",
    "form-data": "3.0.4",
    "fs-readfile-promise": "^2.0.1",
    "fs-writefile-promise": "^1.0.3",
    "har-validator": "^5.0.0"
  }
}
