Ttestshallpass5.1.0
ada10c3f创建于 2023年8月8日历史提交
{
  "name": "react-native-dropdownalert",
  "version": "5.1.0",
  "description": "An alert to notify users about an error or something else.",
  "main": "DropdownAlert.tsx",
  "scripts": {
    "test": "npx jest --coverage",
    "lint": "npx eslint .",
    "lint:fix": "npx eslint . --fix",
    "prettier": "npx prettier --check ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/testshallpass/react-native-dropdownalert.git"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "dropdown",
    "alert",
    "dismiss",
    "error",
    "info",
    "warn",
    "success"
  ],
  "author": "Brian Sinnicke",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/testshallpass/react-native-dropdownalert/issues"
  },
  "homepage": "https://github.com/testshallpass/react-native-dropdownalert#readme",
  "devDependencies": {
    "@babel/preset-typescript": "7.21.0",
    "@jest/globals": "29.6.1",
    "@react-native/eslint-config": "0.72.2",
    "@testing-library/jest-native": "5.4.2",
    "@testing-library/react-native": "12.1.2",
    "@tsconfig/react-native": "3.0.2",
    "@types/jest": "29.5.3",
    "@types/react": "18.2.15",
    "@types/react-test-renderer": "18.0.0",
    "babel-jest": "29.6.1",
    "eslint": "8.45.0",
    "jest": "29.6.1",
    "metro-react-native-babel-preset": "0.73.7",
    "prettier": "2.8.7",
    "react": "18.2.0",
    "react-native": "0.72.3",
    "react-test-renderer": "18.2.0",
    "ts-jest": "29.1.1",
    "ts-node": "10.9.1",
    "typescript": "4.8.4"
  }
}