No Description

package.json 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "react-native-agora",
  3. "version": "2.9.1-alpha.3",
  4. "description": "React Native around the Agora RTC SDKs for Android and iOS agora",
  5. "summary": "agora native sdk for react-native",
  6. "main": "lib/index.js",
  7. "types": "lib/index.d.ts",
  8. "scripts": {
  9. "pu": "npm publish",
  10. "test": "echo \"Error: no test specified\" && exit 1",
  11. "lint": "tslint",
  12. "build": "tsc",
  13. "doc": "typedoc --out docs/api ./src"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/syanbo/react-native-agora.git"
  18. },
  19. "keywords": [
  20. "agora",
  21. "react-native",
  22. "react-native-agora",
  23. "live",
  24. "react",
  25. "Agora",
  26. "video",
  27. "react-native-video"
  28. ],
  29. "author": "syanbo",
  30. "authors": [
  31. "https://github.com/syanbo/react-native-agora/graphs/contributors"
  32. ],
  33. "license": "MIT",
  34. "bugs": {
  35. "url": "https://github.com/syanbo/react-native-agora/issues"
  36. },
  37. "homepage": "https://github.com/syanbo/react-native-agora#readme",
  38. "peerDependencies": {
  39. "react": "16.3.1",
  40. "react-native": ">=0.55.0"
  41. },
  42. "devDependencies": {
  43. "@types/jest": "^23.3.13",
  44. "@types/react": "^16.3.0",
  45. "@types/react-native": "^0.55.0",
  46. "@types/react-test-renderer": "^16.0.3",
  47. "react": "16.3.1",
  48. "react-native": "0.55.0",
  49. "react-native-typescript-transformer": "^1.2.11",
  50. "ts-jest": "^23.10.5",
  51. "tslint": "^5.12.1",
  52. "typedoc": "0.15.0",
  53. "typedoc-plugin-no-inherit": "^1.1.9",
  54. "typescript": "^3.2.4"
  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. "dependencies": {
  75. "tslib": "^1.9.3"
  76. }
  77. }