No Description

package.json 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. "devDependencies": {
  31. "@types/jest": "^23.3.13",
  32. "@types/react": "^16.7.20",
  33. "@types/react-native": "^0.57.31",
  34. "@types/react-test-renderer": "^16.0.3",
  35. "react-native-typescript-transformer": "^1.2.11",
  36. "ts-jest": "^23.10.5",
  37. "typescript": "^3.2.4"
  38. },
  39. "jest": {
  40. "preset": "react-native",
  41. "moduleFileExtensions": [
  42. "ts",
  43. "tsx",
  44. "js"
  45. ],
  46. "transform": {
  47. "^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
  48. "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
  49. },
  50. "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
  51. "testPathIgnorePatterns": [
  52. "\\.snap$",
  53. "<rootDir>/node_modules/"
  54. ],
  55. "cacheDirectory": ".jest/cache"
  56. }
  57. }