Няма описание

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "react-native-agora",
  3. "version": "1.2.5",
  4. "description": "声网Agora",
  5. "main": "index.ts",
  6. "scripts": {
  7. "pu": "npm publish",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/DBshaoYan/react-native-agora.git"
  13. },
  14. "keywords": [
  15. "agora",
  16. "react-native",
  17. "react-native-agora",
  18. "live",
  19. "react",
  20. "Agora",
  21. "video",
  22. "react-native-video"
  23. ],
  24. "author": "",
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://github.com/DBshaoYan/react-native-agora/issues"
  28. },
  29. "homepage": "https://github.com/DBshaoYan/react-native-agora#readme",
  30. "peerDependencies": {
  31. "react": "16.3.0",
  32. "react-native": "0.57.8",
  33. "react-native-typescript-transformer": "^1.2.11",
  34. "tslib": "latest"
  35. },
  36. "devDependencies": {
  37. "@types/jest": "^23.3.13",
  38. "@types/react": "^16.7.20",
  39. "@types/react-native": "^0.57.31",
  40. "@types/react-test-renderer": "^16.0.3",
  41. "ts-jest": "^23.10.5",
  42. "typescript": "^3.2.4"
  43. },
  44. "types": [
  45. "./types.d.ts"
  46. ],
  47. "jest": {
  48. "preset": "react-native",
  49. "moduleFileExtensions": [
  50. "ts",
  51. "tsx",
  52. "js"
  53. ],
  54. "transform": {
  55. "^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
  56. "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
  57. },
  58. "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
  59. "testPathIgnorePatterns": [
  60. "\\.snap$",
  61. "<rootDir>/node_modules/"
  62. ],
  63. "cacheDirectory": ".jest/cache"
  64. }
  65. }