UNPKG

react-native-dualscreeninfo

Version:

React Native package for dual screen devices support (Surface Duo)

71 lines 1.99 kB
{ "name": "react-native-dualscreeninfo", "title": "React Native DualScreenInfo", "version": "0.3.2", "description": "React Native package for dual screen devices support (Surface Duo)", "react-native": "src/index.ts", "types": "lib/typescript/index.d.ts", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "scripts": { "ts-check": "npx tsc --noEmit", "lint": "npx eslint ./ --ignore-pattern example --ignore-pattern node_modules --fix --quiet", "prepare": "bob build", "test": "jest \"/src/\" --verbose --coverage", "test:update": "jest --verbose --coverage --updateSnapshot", "test:watch": "jest --verbose --watch", "coverage": "jest --verbose --coverage && open ./coverage/lcov-report/index.html" }, "repository": { "type": "git", "url": "https://github.com/microsoft/react-native-dualscreen.git", "directory": "dualscreeninfo" }, "keywords": [ "react-native", "dual-screen" ], "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { "@babel/runtime": "*", "react": "*", "react-native": "*" }, "devDependencies": { "@babel/core": "^7.8.4", "@babel/preset-env": "^7.8.4", "@react-native-community/bob": "^0.9.7", "@types/jest": "^25.1.1", "@types/react-native": "^0.61.17", "babel-jest": "^25.1.0", "jest": "^25.1.0", "metro-react-native-babel-preset": "^0.58.0", "prettier": "^1.19.1", "ts-jest": "^25.2.0", "tslint": "5.19.0", "tslint-config-standard": "8.0.1", "tslint-react": "4.0.0", "typescript": "^3.7.5" }, "@react-native-community/bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] }, "files": [ "android", "ios", "src", "lib", "tslint.json", "*.md", "*.podspec", "LICENSE" ] }