{
  "name": "zoomoozts",
  "version": "1.1.33",
  "description": "this is jquery.zoomooz.js lib but with Typescript",
  "main": "dist/index_export.js",
  "types": "dist/index_export.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://kayhustle.visualstudio.com/HeroUi/_git/HeroUi"
  },
  "scripts": {
    "start": "react-scripts-ts start",
    "build": "tsc",
    "test": "ts-mocha -p src/tests/tsconfig.json -r jsdom-global/register --require src/tests/setupTests.ts tests/*.{tsx,ts}",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "zoomoozts",
    "jquery",
    "typescript"
  ],
  "author": "Kayode Leonard",
  "license": "ISC",
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/enzyme": "^3.9.0",
    "@types/enzyme-adapter-react-16": "^1.0.5",
    "@types/node": "^10.12.21",
    "@types/pluralize": "0.0.29",
    "@types/react": "^16.8.1",
    "@types/react-dom": "^16.0.11",
    "chai": "^4.2.0",
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.10.0",
    "jsdom": "^14.0.0",
    "jsdom-global": "^3.0.2",
    "mocha": "^6.0.2",
    "react": "^16.7.0",
    "react-dom": "^16.7.0",
    "react-scripts-ts": "^3.1.0",
    "ts-mocha": "^6.0.0",
    "ts-node": "^8.0.3",
    "typescript": "^3.3.3333"
  },
  "dependencies": {
    "@types/jest": "^23.3.13",
    "@types/jquery": "^3.3.29",
    "jquery": "^3.3.1",
    "popmotion": "^8.6.10",
    "stylefire": "^4.1.4"
  }
}
