@segment/sovran-react-native
Version:
A cross-platform state management system
90 lines (89 loc) • 2.09 kB
JSON
{
"name": "@segment/sovran-react-native",
"version": "1.1.3",
"description": "A cross-platform state management system",
"main": "lib/commonjs/index",
"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__",
"!**/.*"
],
"scripts": {
"test": "jest",
"typescript": "tsc --noEmit",
"build": "bob build",
"clean": "rimraf lib node_modules",
"release": "semantic-release"
},
"keywords": [
"react-native",
"ios",
"android",
"segment"
],
"repository": {
"type": "git",
"url": "https://github.com/segmentio/analytics-react-native.git"
},
"author": "Segment <hello@segment.com> (https://segment.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/segmentio/analytics-react-native/issues"
},
"homepage": "https://github.com/segmentio/analytics-react-native/tree/master/packages/sovran#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"jest": "^29.7.0",
"semantic-release": "^22.0.8",
"typescript": "^5.2.2"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "2.x",
"react": "*",
"react-native": "*"
},
"peerDependenciesMeta": {
"@react-native-async-storage/async-storage": {
"optional": true
}
},
"dependencies": {
"ansi-regex": "5.0.1",
"deepmerge": "^4.2.2",
"react-native-get-random-values": "1.x",
"shell-quote": "1.8.0",
"uuid": "^9.0.1"
},
"resolutions": {
"shell-quote": "1.7.3",
"ansi-regex": "5.0.1"
}
}