package.json 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "@yyyyu/react-native-geetest-sensebot",
  3. "version": "2.1.1",
  4. "description": "geetest sensebot for react native.",
  5. "keywords": [
  6. "react-native",
  7. "geetest sensebot"
  8. ],
  9. "homepage": "https://github.com/yyyyu/react-native-geetest-sensebot",
  10. "bugs": {
  11. "url": "https://github.com/yyyyu/react-native-geetest-sensebot/issues"
  12. },
  13. "license": "MIT",
  14. "author": {
  15. "name": "yyyyu",
  16. "email": "g592842897@gmail.com"
  17. },
  18. "main": "dist/index.js",
  19. "types": "dist/index.d.js",
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/yyyyu/react-native-geetest-sensebot.git"
  23. },
  24. "scripts": {
  25. "test": "echo ignore",
  26. "build": "tsc",
  27. "lint": "tslint --fix ./src/**/*.ts",
  28. "commit": "npx git-cz",
  29. "semantic-release": "semantic-release"
  30. },
  31. "dependencies": {
  32. "@types/react-native": "^0.57.45"
  33. },
  34. "devDependencies": {
  35. "commitizen": "^3.1.1",
  36. "cz-conventional-changelog": "^2.1.0",
  37. "semantic-release": "^15.13.3",
  38. "tslint": "^5.16.0",
  39. "typescript": "^3.4.3"
  40. },
  41. "peerDependencies": {
  42. "react-native": "^0.59.5"
  43. },
  44. "config": {
  45. "commitizen": {
  46. "path": "./node_modules/cz-conventional-changelog"
  47. }
  48. }
  49. }