{
  "name": "react-np-datepicker",
  "version": "0.1.7",
  "main": "dist/index.js",
  "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__"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "babel-preset-react-app": "^7.0.1",
    "react": "^16.8.3",
    "react-dom": "^16.8.3",
    "react-scripts": "^2.1.5",
    "rimraf": "^2.6.3"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "dependencies": {
    "classnames": "^2.2.6",
    "moment": "^2.22.2"
  },
  "keywords": [
    "datepicker",
    "nepali datepicker",
    "react",
    "upto 2000 B.S"
  ],
  "author": "Suzan <suzanthapa80@gmail.com>",
  "license": "MIT",
  "contributors": [
    {
      "name": "Suzan Thapa",
      "email": "suzanthapa80@gmail.com"
    }
  ]
}