No Description

package.json 1.8KB

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