暫無描述

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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.7.0",
  38. "react-native": ">=0.58.3"
  39. },
  40. "devDependencies": {
  41. "@types/jest": "^23.3.13",
  42. "@types/react": "^16.7.20",
  43. "@types/react-native": "^0.57.31",
  44. "@types/react-test-renderer": "^16.0.3",
  45. "react": "16.7.0",
  46. "react-native": "0.58.3",
  47. "react-native-typescript-transformer": "^1.2.11",
  48. "ts-jest": "^23.10.5",
  49. "tslint": "^5.12.1",
  50. "typescript": "^3.2.4"
  51. },
  52. "types": [
  53. "./types.d.ts"
  54. ],
  55. "jest": {
  56. "preset": "react-native",
  57. "moduleFileExtensions": [
  58. "ts",
  59. "tsx",
  60. "js"
  61. ],
  62. "transform": {
  63. "^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
  64. "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
  65. },
  66. "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
  67. "testPathIgnorePatterns": [
  68. "\\.snap$",
  69. "<rootDir>/node_modules/"
  70. ],
  71. "cacheDirectory": ".jest/cache"
  72. },
  73. "dependencies": {
  74. "tslib": "^1.9.3"
  75. }
  76. }