{
  "name": "basic-data-handling",
  "version": "2.0.0",
  "description": "package contains functions that simply check if the passed argument meets a data type requirement",
  "main": "",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/writetome51/basic-data-handling.git"
  },
  "keywords": [
    "basic",
    "type-checking",
    "strict",
    "type",
    "check",
    "data-type",
    "functions",
    "typescript"
  ],
  "author": "Steve Thompson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/writetome51/basic-data-handling/issues"
  },
  "homepage": "https://github.com/writetome51/basic-data-handling#readme",
  "dependencies": {
  }
}
