{
  "name": "typescript-create",
  "version": "1.0.0-alpha0",
  "description": "TypeScript React component library",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git"
  },
  "private": false,
  "author": "Robbie Cook",
  "license": "MIT",
  "main": "./dist/lib/index.js",
  "scripts": {
    "build": "npm run clean:build && tsc -p ./tsconfig.build.json",
    "clean:build": "rimraf ./dist/lib",
    "dist": "cd ./dist/lib && npm publish",
    "testonly": "cross-env NODE_ENV=test NODE_PATH=src nyc mocha",
    "test": "npm run lint && npm run testonly",
    "test-watch": "npm run testonly -- --watch --watch-extensions ts,tsx",
    "type-check": "tsc -p ./tsconfig.json --noEmit"
  },
  "devDependencies": {
    "@types/chai": "^4.2.8",
    "@types/enzyme": "^3.10.4",
    "@types/jsdom": "^12.2.4",
    "@types/mocha": "^7.0.1",
    "@types/react": "^16.9.19",
    "@types/react-dom": "^16.9.5",
    "@types/react-test-renderer": "^16.9.2",
    "@types/sinon": "^7.5.1",
    "chai": "^4.2.0",
    "cross-env": "^7.0.0",
    "enzyme": "^3.11.0",
    "jsdom": "^16.0.1",
    "mocha": "^7.0.1",
    "nyc": "^15.0.0",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-test-renderer": "^16.12.0",
    "rimraf": "^3.0.1",
    "sinon": "^8.1.1",
    "ts-node": "^8.6.2",
    "typescript": "^3.7.5"
  },
  "peerDependencies": {
    "react": "^15.0.0",
    "react-dom": "^15.0.0"
  },
  "dependencies": {
  }
}
