{
  "name": "cast-as-trophy",
  "version": "0.0.9",
  "description": "Build the type guards you want for the supported types you can",
  "main": "./lib/src/index.js",
  "typings": "./lib/src/index.d.ts",
  "author": "Tamas Ridinger",
  "bugs": "https://gitlab.com/ridesz/cast-as-trophy/-/issues",
  "license": "MIT",
  "devDependencies": {
    "@ridesz/eslint-config-usual": "^0.0.8",
    "@types/chai": "^4.3.5",
    "@types/fs-extra": "^11.0.1",
    "@types/lodash": "^4.14.194",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.1.3",
    "@types/shelljs": "^0.8.12",
    "chai": "^4.3.7",
    "delay": "^5.0.0",
    "esm": "^3.2.25",
    "lodash": "^4.17.21",
    "mocha": "^10.2.0",
    "prettier": "^2.8.8",
    "shelljs": "^0.8.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  },
  "scripts": {
    "build": "npx rimraf ./lib && tsc",
    "test:eslint": "eslint ./**/*.ts --max-warnings 0 --color",
    "test:eslint:fix": "eslint --fix ./**/*.ts --max-warnings 0 --color",
    "test:dependency": "npx @ridesz/usual-dependency-graph-checker",
    "test:dependency:test": "npx @ridesz/usual-dependency-graph-with-tests-checker",
    "test:cover": "npx @ridesz/usual-test-coverage-checker",
    "test:update": "npx npm-check --skip-unused",
    "test:export": "npx @ridesz/usual-unused-exports-checker",
    "test:duplication": "npx jscpd ./src",
    "doc": "npx @ridesz/usual-documentation-generator@latest",
    "prepack": "npm run build"
  },
  "eslintConfig": {
    "extends": "@ridesz/eslint-config-usual"
  },
  "files": [
    "lib/**/*",
    "src/**/*"
  ],
  "engines": {
    "node": ">=10.0"
  },
  "keywords": [
    "typescript",
    "type guard",
    "cast",
    "type checking",
    "type cast",
    "caster",
    "trophy"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/ridesz/cast-as-trophy.git"
  }
}
