UNPKG

react-native-tone-framework

Version:

TONE Telegenics is a TONE-Enabled content sharing and streaming platform for businesses to exchange marketing and mobile engagement concepts

175 lines (174 loc) 4.16 kB
{ "name": "react-native-tone-framework", "version": "1.0.12", "description": "TONE Telegenics is a TONE-Enabled content sharing and streaming platform for businesses to exchange marketing and mobile engagement concepts", "main": "lib/commonjs/index.js", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "*.podspec", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/*.xcframework", "!**/.*" ], "scripts": { "example": "yarn workspace react-native-tone-framework-example", "test": "jest", "typecheck": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib", "prepare": "bob build", "release": "release-it", "start": "react-native start" }, "keywords": [ "Content", "Content Sharing", "Video Exchange", "Video Sharing", "Media Exchange", "Media Sharing", "TONE Technology", "TONE-Enabled" ], "repository": { "type": "git", "url": "git+https://github.com/Anilkumar18/react-native-tone-framework.git" }, "author": "TONE Telegenics <devops@thetoneknows.com> (https://github.com/Anilkumar18)", "license": "MIT", "bugs": { "url": "https://github.com/Anilkumar18/react-native-tone-framework/issues" }, "homepage": "https://github.com/Anilkumar18/react-native-tone-framework#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "resolutions": { "@types/react": "^18.2.44" }, "peerDependencies": { "react": "*", "react-native": "*" }, "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": "angular" } } }, "eslintConfig": { "root": true, "extends": [ "@react-native", "prettier" ], "rules": { "prettier/prettier": [ "error", { "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 }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "directories": { "lib": "lib" }, "dependencies": { "@react-native-community/cli": "^15.1.3", "react": "*", "react-native": "*" }, "devDependencies": { "@babel/core": "^7.22.9", "@babel/preset-env": "^7.22.9", "@babel/preset-react": "^7.22.5", "@babel/preset-typescript": "^7.22.5", "@testing-library/react-native": "^12.1.3", "@types/jest": "^29.5.14", "@types/react": "^18.2.15", "@types/react-native": "^0.73.0", "babel-jest": "^29.5.0", "eslint": "^8.47.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-react": "^7.32.2", "jest": "^29.5.0", "metro-react-native-babel-preset": "^0.76.6", "prettier": "^3.0.3", "react-native-builder-bob": "^0.36.0", "react-test-renderer": "18.2.0", "typescript": "^5.1.6" } }