{
  "name": "@valuer/is",
  "version": "1.12.0",
  "description": "Collection of thunks for Valuer",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "./node_modules/.bin/tsc",
    "test": "./node_modules/.bin/mocha -r ./node_modules/ts-node/register test/**/*.spec.ts",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/valuer/main.git"
  },
  "author": "Dmitry Parzhitsky <parzhitsky@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/valuer/main/issues"
  },
  "keywords": [
    "valuer",
    "is",
    "thunk",
    "check"
  ],
  "homepage": "https://gitlab.com/valuer/main#README",
  "dependencies": {
    "@valuer/fn": "^1.1.0",
    "@valuer/types": "^4.0.3"
  },
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/mocha": "^5.2.5",
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "ts-node": "^7.0.0",
    "typescript": "3.7.2"
  }
}
