Sin descripción

package.json 1.6KB

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