{
  "name": "h-slick",
  "version": "1.0.3",
  "description": "Slickgrid helpers",
  "keywords": [
    "ash9g",
    "typescript",
    "slickgrid"
  ],
  "scripts": {
    "tc": "yarn tsc --noEmit",
    "test": "jest --no-cache",
    "prepublish": "tsc"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "benjaminjackman",
  "license": "MIT",
  "private": false,
  "devDependencies": {
    "@types/jest": "^23.0.0",
    "@types/lodash": "^4.14.116",
    "@types/papaparse": "^4.5.2",
    "@types/react": "^16.4.6",
    "@types/slickgrid": "^2.1.25",
    "jest": "^23.1.0",
    "ts-jest": "^22.4.6",
    "ts-node-paths": "^1.0.1",
    "typescript": "^3.0.1"
  },
  "dependencies": {
    "h-cls": "^1.0.1",
    "h-ts": "^1.0.19",
    "lodash": "^4.17.10",
    "papaparse": "^4.6.0",
    "react": "^16.4.1",
    "slickgrid-es6": "^3.0.1"
  },
  "peerDependencies": {}
}
