123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "name": "react-native-agora",
- "version": "1.2.5",
- "description": "声网Agora",
- "main": "lib/index.js",
- "scripts": {
- "pu": "npm publish",
- "test": "echo \"Error: no test specified\" && exit 1",
- "lint": "tslint",
- "build": "tsc"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/DBshaoYan/react-native-agora.git"
- },
- "keywords": [
- "agora",
- "react-native",
- "react-native-agora",
- "live",
- "react",
- "Agora",
- "video",
- "react-native-video"
- ],
- "author": "",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/DBshaoYan/react-native-agora/issues"
- },
- "homepage": "https://github.com/DBshaoYan/react-native-agora#readme",
- "peerDependencies": {
- "react": "16.3.0",
- "react-native": "0.57.8"
- },
- "devDependencies": {
- "@types/jest": "^23.3.13",
- "@types/react": "^16.7.20",
- "@types/react-native": "^0.57.31",
- "@types/react-test-renderer": "^16.0.3",
- "react-native-typescript-transformer": "^1.2.11",
- "tslib": "latest",
- "ts-jest": "^23.10.5",
- "tslint": "^5.12.1",
- "typescript": "^3.2.4"
- },
- "types": [
- "./types.d.ts"
- ],
- "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"
- }
- }
|