{
  "name": "@lovelope/table-factory",
  "version": "0.1.1",
  "description": "Combinable higher order components for list.",
  "keywords": [
    "HOC",
    "combinable",
    "component",
    "list",
    "react"
  ],
  "homepage": "https://github.com/lovelope/quark-components",
  "repository": {
    "type": "git",
    "url": "https://github.com/lovelope/quark-components"
  },
  "license": "MIT",
  "author": "lovelope <lovelope@qq.com>",
  "files": [
    "lib"
  ],
  "main": "lib/table-factory.js",
  "types": "lib/table-factory.d.ts",
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "scripts": {
    "prebuild": "yarn clean",
    "build": "yarn build:compile && yarn build:types",
    "build:compile": "cross-env NODE_ENV=production ../../node_modules/.bin/babel src -d lib --config-file ../../babel.config.js --verbose --extensions .tsx --ignore */**/*.d.ts,**/**/*.test.ts --source-maps",
    "build:types": "cross-env NODE_ENV=production ../../node_modules/.bin/tsc -p ./tsconfig.json --outDir lib",
    "clean": "rimraf lib",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "lodash": "^4.17.19",
    "react": "^17.0.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.155",
    "@types/react": "^17.0.0",
    "cross-env": "^7.0.2",
    "rimraf": "^3.0.2"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "gitHead": "dd0f28ed8fc69209cc2b4ca8e4dfa76006c34898"
}
