{ "name": "react-native-perspective-document-cropper", "version": "0.2.0-alpha.1", "description": "A template for Nitro Modules.", "main": "lib/index", "module": "lib/index", "types": "lib/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "react-native.config.js", "lib", "android/build.gradle", "android/gradle.properties", "android/CMakeLists.txt", "android/src", "android/opencv-mobile", "ios/**/*.h", "ios/**/*.m", "ios/**/*.mm", "ios/**/*.cpp", "ios/**/*.swift", "app.plugin.js", "*.podspec", "nitrogen", "README.md" ], "scripts": { "postinstall": "tsc || exit 0;", "typecheck": "tsc --noEmit", "clean": "rm -rf android/build node_modules/**/android/build lib", "lint": "eslint \"**/*.{js,ts,tsx}\" --fix", "lint-ci": "eslint \"**/*.{js,ts,tsx}\" -f @jamesacarr/github-actions", "typescript": "tsc --noEmit false" }, "keywords": [ "react-native", "nitro" ], "repository": { "type": "git", "url": "github.com:r0b0t3d/react-native-perspective-document-cropper.git" }, "author": "Tuan Luong (https://github.com/r0b0t3d)", "license": "MIT", "bugs": { "url": "https://github.com/r0b0t3d/react-native-perspective-document-cropper/issues" }, "homepage": "https://github.com/r0b0t3d/react-native-perspective-document-cropper#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@react-native/eslint-config": "^0.75.2", "@types/jest": "^29.5.12", "@types/react": "^18.3.4", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "nitrogen": "^0.36.1", "prettier": "^3.3.3", "react": "^18.3.1", "react-native": "^0.76.3", "react-native-nitro-modules": "^0.36.1", "typescript": "^5.5.4" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-nitro-modules": "*" }, "eslintConfig": { "root": true, "extends": [ "@react-native", "prettier" ], "plugins": [ "prettier" ], "rules": { "prettier/prettier": [ "warn", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false } ] } }, "eslintIgnore": [ "node_modules/", "lib/" ], "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false, "semi": false } }