{
  "name": "@react-native-assets/slider",
  "version": "10.0.2",
  "homepage": "https://github.com/Sharcoux/slider",
  "description": "Lightweight slider for React-Native and React-Native-Web. A Range slider is included",
  "keywords": [
    "react-native",
    "react",
    "native",
    "react-native-web",
    "slider",
    "range"
  ],
  "author": {
    "name": "François Billioud",
    "email": "f.billioud@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Sharcoux/slider/issues",
    "email": "f.billioud@gmail.com"
  },
  "license": "ISC",
  "scripts": {
    "test": "jest",
    "prepare": "jest && tsc",
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "lint": "eslint --fix .",
    "build": "webpack",
    "release": "npm run prepare && release-it",
    "web": "webpack serve --open --mode development"
  },
  "peerDependencies": {
    "react": ">=16.13.1",
    "react-native": ">=0.61.4"
  },
  "optionalDependencies": {
    "react-dom": ">=16.13.1",
    "react-native-web": ">=0.13.4"
  },
  "devDependencies": {
    "@babel/core": "^7.16.12",
    "@babel/runtime": "^7.16.7",
    "@react-native-community/eslint-config": "^3.0.1",
    "@types/jest": "^27.4.0",
    "@types/react": "^17.0.38",
    "@types/react-native": "^0.66.15",
    "@typescript-eslint/eslint-plugin": "^5.10.1",
    "@typescript-eslint/parser": "^5.10.1",
    "babel-jest": "^27.4.6",
    "babel-loader": "^8.2.3",
    "dotenv": "^14.3.2",
    "eslint": "^7.12.1",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jest": "^26.0.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.0.0",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "eslint-plugin-standard": "^4.1.0",
    "html-loader": "^3.1.0",
    "html-webpack-plugin": "^5.5.0",
    "husky": "^4.3.8",
    "jest": "^27.4.7",
    "lint-staged": "^12.3.2",
    "metro-react-native-babel-preset": "^0.67.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-native": "^0.67.1",
    "react-native-typescript-transformer": "^1.2.13",
    "react-native-web": "^0.17.5",
    "react-test-renderer": "17.0.2",
    "release-it": "^15.6.0",
    "ts-jest": "^27.1.3",
    "ts-loader": "^9.2.6",
    "typescript": "^4.5.5",
    "webpack": "^5.67.0",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "^4.7.3"
  },
  "files": [
    "dist/*",
    "src/*"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.[tj]s?(x)": [
      "eslint . --fix",
      "git add"
    ]
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git@github.com:Sharcoux/slider.git"
  }
}
