{
  "name": "@sortable/ads-react",
  "version": "0.0.6",
  "description": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/sortable/ads-react.git"
  },
  "main": "dist/index.js",
  "scripts": {
    "test": "npm run build && nyc mocha -r ts-node/register src/**/*.test.tsx",
    "build": "tsc",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build"
  },
  "nyc": {
    "extension": [
      ".ts"
    ],
    "include": [
      "**/*.ts"
    ],
    "exclude": [
      "**/*.test.tsx"
    ]
  },
  "author": "sortable",
  "license": "MIT",
  "peerDependencies": {
    "react": "0.14.0 - 16.x"
  },
  "devDependencies": {
    "@sortable/ads": "0.0.5",
    "@types/chai": "^4.1.2",
    "@types/enzyme": "^3.1.8",
    "@types/enzyme-adapter-react-16": "^1.0.1",
    "@types/jsdom": "^11.0.4",
    "@types/mocha": "^2.2.47",
    "@types/react": "^16.0.27",
    "@types/react-dom": "^16.0.3",
    "@types/sinon": "^4.1.3",
    "chai": "^4.1.2",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "jsdom": "^11.6.1",
    "jsdom-global": "^3.0.2",
    "mocha": "^5.0.0",
    "nyc": "^11.4.1",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "sinon": "^4.2.1",
    "ts-node": "^4.1.0",
    "tslint": "^5.9.1",
    "typescript": "^2.6.2"
  }
}
