{
  "name": "superior-react-table",
  "version": "1.2.20",
  "description": "A superior table component for react",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --config webpack.config.js && tsc --emitDeclarationOnly --outDir dist",
    "format": "prettier --write \"src/**/*.ts\" ",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/halidunal/superior-react-table.git"
  },
  "keywords": [
    "react",
    "react-table",
    "react-component",
    "react-superior-table",
    "superior-react-table",
    "table",
    "responsive-table",
    "editable-table",
    "react-responsive-table",
    "addable-table",
    "multilanguage-table"
  ],
  "author": "Halid Ünal",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/halidunal/superior-react-table/issues"
  },
  "homepage": "https://github.com/halidunal/superior-react-table#readme",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "@types/react": "^18.2.12"
  },
  "devDependencies": {
    "prettier": "^2.2.1",
    "ts-node": "^10.7.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.9.5",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4",
    "css-loader": "^6.8.1",
    "style-loader": "^3.3.3",
    "ts-loader": "^9.5.1"
  },
  "files": [
    "dist/**/*"
  ]
}
