{
  "name": "0b1n-test-library",
  "version": "0.0.3",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "mocha --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/0B1N/0b1n-test-library.git"
  },
  "author": "0b1n",
  "bugs": {
    "url": "https://github.com/0B1N/0b1n-test-library/issues"
  },
  "homepage": "https://github.com/0B1N/0b1n-test-library#readme",
  "license": "ISC",
  "devDependencies": {
    "chai": "^4.3.1",
    "mocha": "^8.3.0",
    "typescript": "^4.2.2"
  },
  "dependencies": {
    "@types/pluralize": "0.0.29",
    "pluralize": "^8.0.0"
  }
}
