react-native-nitro-screen-recorder
Version:
A library to capture screen recordings with react-native powered by NitroModules.
189 lines (188 loc) • 4.95 kB
JSON
{
"name": "react-native-nitro-screen-recorder",
"version": "0.3.1",
"description": "A library to capture screen recordings with react-native powered by NitroModules.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"nitrogen",
"nitro.json",
"*.podspec",
"react-native.config.js",
"app.plugin.js",
"src/expo-plugin/build",
"!src/expo-plugin/**/*.ts",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"example": "yarn workspace react-native-nitro-screen-recorder-example",
"test": "jest",
"typecheck": "tsc",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib src/expo-plugin/build",
"build:types": "tsc --project tsconfig.json",
"build:plugin": "tsc -p src/expo-plugin/tsconfig.json && mkdir -p src/expo-plugin/build/support && cp -R src/expo-plugin/support/broadcastExtensionFiles src/expo-plugin/build/support/",
"prepare": "bob build && yarn nitrogen && yarn build:plugin",
"nitrogen": "nitro-codegen",
"release": "release-it --only-version"
},
"keywords": [
"react-native",
"ios",
"android",
"react-native-nitro-screen-recorder",
"nitro-screen-recorder",
"nitro",
"screen-recording",
"screen-recorder",
"video-recording",
"screen-capture",
"screen-sharing",
"recording",
"video-capture",
"camera-overlay",
"microphone",
"audio-recording",
"global-recording",
"in-app-recording",
"broadcast-extension",
"media-projection",
"nitro-modules",
"replaykit",
"expo-plugin",
"permissions",
"mobile-recording",
"video",
"camera",
"audio",
"multimedia",
"native-module",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ChristopherGabba/react-native-nitro-screen-recorder.git"
},
"author": "ChristopherGabba <chrisgabba2005@yahoo.com> (https://github.com/ChristopherGabba)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChristopherGabba/react-native-nitro-screen-recorder/issues"
},
"homepage": "https://github.com/ChristopherGabba/react-native-nitro-screen-recorder#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.6.0",
"@eslint/compat": "^1.2.7",
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.22.0",
"@evilmartians/lefthook": "^1.5.0",
"@expo/config-plugins": "^10.1.2",
"@react-native/babel-preset": "0.79.2",
"@react-native/eslint-config": "^0.78.0",
"@release-it/conventional-changelog": "^9.0.2",
"@types/jest": "^29.5.5",
"@types/react": "^19.0.0",
"commitlint": "^19.6.1",
"del-cli": "^5.1.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-prettier": "^5.2.3",
"expo-module-scripts": "^4.1.9",
"jest": "^29.7.0",
"nitro-codegen": "0.27.3",
"prettier": "^3.0.3",
"react": "19.0.0",
"react-native": "0.79.2",
"react-native-builder-bob": "^0.40.12",
"react-native-nitro-modules": "0.27.3",
"release-it": "^17.10.0",
"turbo": "^1.10.7",
"typescript": "^5.8.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-nitro-modules": "^0.27.3"
},
"workspaces": [
"example"
],
"packageManager": "yarn@3.6.1",
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "angular"
}
}
}
},
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.json"
}
]
]
},
"create-react-native-library": {
"languages": "kotlin-swift",
"type": "nitro-module",
"version": "0.51.1"
}
}