{
  "name": "pickle-test-runner",
  "version": "2.2.5",
  "description": "",
  "main": "Runner.js",
  "type": "commonjs",
  "types": "Runner.d.ts",
  "keywords": [
    "test",
    "library",
    "debug",
    "MIT",
    "behavior",
    "test case"
  ],
  "scripts": {
    "prepublish": "tsc",
    "build": "npx tsc",
    "test": "mocha './{,!(node_modules)/**/}*.test.js' --recursive --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jswk1/pickle.git"
  },
  "author": "Jan Siwek",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Jswk1/pickle/issues"
  },
  "bin": {
    "pickle": "bin/pickle.js"
  },
  "homepage": "https://github.com/Jswk1/pickle#readme",
  "dependencies": {
    "express": "4.18.2",
    "chokidar": "3.5.3"
  },
  "devDependencies": {
    "typescript": "5.3.3",
    "mocha": "10.2.0",
    "chai": "4.4.1",
    "@types/chokidar": "2.1.3",
    "@types/express": "4.17.21",
    "@types/node": "20.10.6",
    "@types/mocha": "10.0.6",
    "@types/chai": "4.3.11"
  }
}