{
  "name": "react-numeric-keyboard",
  "version": "1.0.2",
  "license": "MIT",
  "description": "A numeric keyboard for React",
  "main": "dist/index.js",
  "source": "src/index.tsx",
  "sideEffects": false,
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build --tsconfig tsconfig.json --strict --jsx React.createElement --raw --sourcemap false --compress",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "npm run build",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "format": "prettier --write src/**/*.{js,jsx,ts,tsx,css,md,json} --config .prettierrc"
  },
  "peerDependencies": {
    "react": ">=16",
    "react-dom": "^17.0.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "author": "Ehsan Khodadad <e.khodadad70@gmail.com>",
  "module": "dist/react-numeric-keyboard.esm.js",
  "bugs": {
    "url": "https://github.com/ehsankh1370/react-numeric-keyboard/issues"
  },
  "homepage": "https://github.com/ehsankh1370/react-numeric-keyboard",
  "keywords": [
    "react",
    "reactjs",
    "digital",
    "keyboard",
    "onscreen",
    "virtual",
    "component",
    "screen-keyboard",
    "component",
    "virtual-keyboard",
    "touchscreen",
    "touch-screen",
    "numeric-keyboard",
    "numericKeyboard",
    "js"
  ],
  "size-limit": [
    {
      "path": "dist/react-numeric-keyboard.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/react-numeric-keyboard.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^7.0.5",
    "@types/react": "^17.0.38",
    "@types/react-dom": "^17.0.11",
    "eslint-plugin-react-hooks": "^2.5.1",
    "husky": "^7.0.4",
    "prettier": "2.5.1",
    "rollup-plugin-image-files": "^1.4.2",
    "size-limit": "^7.0.5",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typescript": "^3.9.10"
  },
  "moduleDirectories": [
    "node_modules",
    "src"
  ],
  "jest": {
    "testEnvironment": "jsdom"
  },
  "dependencies": {
    "@babel/preset-env": "^7.16.7",
    "@babel/preset-react": "^7.16.7",
    "@testing-library/jest-dom": "^5.16.1",
    "@testing-library/react": "^12.1.2",
    "@types/node": "^16.11.14",
    "autoprefixer": "^10.4.1",
    "babel-jest": "^27.4.5",
    "cssnano": "^5.0.14",
    "D": "^1.0.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^27.4.5",
    "node-sass": "^7.0.1",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-typescript2": "^0.31.1",
    "sass": "^1.45.0",
    "ts-jest": "^27.1.2"
  }
}
