{
  "name": "outvariant",
  "version": "1.3.0",
  "description": "Type-safe implementation of invariant with positionals.",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "author": "Artem Zakharchenko",
  "license": "MIT",
  "scripts": {
    "test": "jest",
    "clean": "rimraf ./lib",
    "build": "yarn clean && tsc",
    "prepublishOnly": "yarn test && yarn build"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "invariant",
    "outvariant",
    "exception",
    "positional"
  ],
  "devDependencies": {
    "@types/jest": "^26.0.23",
    "jest": "^27.0.6",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.0.3",
    "ts-node": "^10.0.0",
    "typescript": "^4.3.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/open-draft/outvariant"
  }
}
