{
  "name": "prompt-sync-plus",
  "version": "1.0.2",
  "description": "Yet another synchronous prompt for Node.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node build/scripts/build.js",
    "test": "node build/scripts/test.js",
    "format": "prettier --write src/*.ts",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Vpet95/prompt-sync-plus.git"
  },
  "keywords": [
    "prompt",
    "sync",
    "blocking",
    "readline",
    "input",
    "getline",
    "repl",
    "history",
    "plus",
    "fixes",
    "enhancements"
  ],
  "contributors": [
    {
      "name": "Vuk Petrovic",
      "email": "vuk.petrovic@quotapath.com"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "joi": "^17.6.0",
    "strip-ansi": "^5.0.0",
    "table": "^6.8.0"
  },
  "devDependencies": {
    "@types/node": "^18.7.13",
    "badge-maker": "^3.3.1",
    "c8": "^7.12.0",
    "chai": "^4.3.6",
    "husky": "^8.0.0",
    "mocha": "^10.0.0",
    "prettier": "^2.6.2",
    "prompt-sync-history": "^1.0.1",
    "rollup": "^2.79.1",
    "rollup-plugin-dts": "^4.2.2",
    "sinon": "^14.0.0"
  },
  "type": "module"
}
