{
  "name": "react-hichestan-numberinput",
  "version": "2.0.21",
  "description": "A serie of react components to numbers in input specially persian numbers.",
  "author": "Hichestan",
  "copyright.owner": "Hichestan Corp.",
  "license": "MIT",
  "keywords": [
    "React",
    "Persian",
    "NumberField",
    "NumberInput"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/karianpour/react-hichestan-numberinput"
  },
  "main": "dist/index.js",
  "typings": "dist/types/index.d.ts",
  "module": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "react-scripts start",
    "build-examples": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject",
    "build": "rimraf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
  },
  "peerDependencies": {
    "@babel/runtime": "^7.9.0",
    "react": "^16.9.0",
    "react-dom": "^16.9.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.16",
    "@babel/core": "^7.12.16",
    "@babel/plugin-proposal-class-properties": "^7.12.13",
    "@babel/preset-react": "^7.12.13",
    "babel-preset-react-app": "^10.0.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-scripts": "^4.0.2",
    "rimraf": "^3.0.2"
  },
  "dependencies": {
    "shallow-equal": "^1.2.1"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
