{
  "name": "is-not-odd-even-ts",
  "version": "0.7.0",
  "description": "Extends the functionality of is-odd-even-ts with useful functions that users may find helpful.",
  "main": "build/index.js",
  "scripts": {
    "test": "mocha",
    "start": "tsc",
    "prepublish": "git push"
  },
  "keywords": [
    "is-odd",
    "is-even",
    "is-not-odd",
    "is-not-even",
    "even",
    "odd",
    "math",
    "utility"
  ],
  "author": "Ernest Izdebski (https://gist.github.com/ernieIzde8ski)",
  "repository": {
    "type": "git",
    "url": "https://github.com/ernieIzde8ski/is-not-odd-even-ts.git"
  },
  "license": "MIT",
  "dependencies": {
    "is-even-odd-ts": "^1.0.4"
  },
  "devDependencies": {
    "mocha": "^9.1.3"
  }
}
