123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "name": "react-native-agora",
- "version": "2.9.0-alpha.1",
- "description": "React Native around the Agora RTC SDKs for Android and iOS agora",
- "summary": "agora native sdk for react-native",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "scripts": {
- "pu": "npm publish",
- "test": "echo \"Error: no test specified\" && exit 1",
- "lint": "tslint",
- "build": "tsc",
- "doc": "typedoc --out docs/api ./src"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/syanbo/react-native-agora.git"
- },
- "keywords": [
- "agora",
- "react-native",
- "react-native-agora",
- "live",
- "react",
- "Agora",
- "video",
- "react-native-video"
- ],
- "author": "syanbo",
- "authors": [
- "https://github.com/syanbo/react-native-agora/graphs/contributors"
- ],
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/syanbo/react-native-agora/issues"
- },
- "homepage": "https://github.com/syanbo/react-native-agora#readme",
- "peerDependencies": {
- "react": "16.3.1",
- "react-native": ">=0.55.0"
- },
- "devDependencies": {
- "@types/jest": "^23.3.13",
- "@types/react": "^16.3.0",
- "@types/react-native": "^0.55.0",
- "@types/react-test-renderer": "^16.0.3",
- "react": "16.3.1",
- "react-native": "0.55.0",
- "react-native-typescript-transformer": "^1.2.11",
- "ts-jest": "^23.10.5",
- "tslint": "^5.12.1",
- "typedoc": "0.15.0",
- "typedoc-plugin-no-inherit": "^1.1.9",
- "typescript": "^3.2.4"
- },
- "jest": {
- "preset": "react-native",
- "moduleFileExtensions": [
- "ts",
- "tsx",
- "js"
- ],
- "transform": {
- "^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
- "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
- },
- "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
- "testPathIgnorePatterns": [
- "\\.snap$",
- "<rootDir>/node_modules/"
- ],
- "cacheDirectory": ".jest/cache"
- },
- "dependencies": {
- "tslib": "^1.9.3"
- }
- }
|