{
  "name": "@assisthq/tagging-utils",
  "version": "1.0.4",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "npx tsc"
  },
  "author": "Miraj Shah",
  "license": "ISC",
  "devDependencies": {
    "tslint": "^6.1.3",
    "typescript": "^4.2.3"
  },
  "peerDependencies": {
    "react": "^16.13.1"
  },
  "dependencies": {
    "@types/ramda": "^0.27.38",
    "@types/react": "^17.0.3",
    "ramda": "^0.27.1",
    "tsc": "^1.20150623.0"
  }
}
