react-native-appstack-sdk
Version:
React Native bridge for Appstack iOS SDK - Track events and revenue with SKAdNetwork integration
110 lines (109 loc) • 2.63 kB
JSON
{
"name": "react-native-appstack-sdk",
"version": "1.0.2",
"description": "React Native bridge for Appstack iOS SDK - Track events and revenue with SKAdNetwork integration",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"react-native.config.js",
"*.podspec",
"!lib/typescript/example",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepack": "bob build",
"build": "./build.sh",
"build:clean": "./build.sh --clean",
"release": "release-it"
},
"keywords": [
"react-native",
"ios",
"android",
"appstack",
"attribution",
"skadnetwork",
"tracking",
"analytics"
],
"repository": {
"type": "git",
"url": "https://github.com/appstack-tech/react-native-appstack-sdk.git"
},
"author": "Tom Darmon <tom@appstack.tech>",
"license": "MIT",
"bugs": {
"url": "https://github.com/appstack-tech/react-native-appstack-sdk/issues"
},
"homepage": "https://github.com/appstack-tech/react-native-appstack-sdk#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@react-native-community/cli": "latest",
"@react-native-community/eslint-config": "^3.0.0",
"@types/jest": "^28.1.2",
"@types/react": "~17.0.21",
"@types/react-native": "0.73.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.1",
"prettier": "^2.0.5",
"react": "18.2.0",
"react-native-builder-bob": "^0.20.0",
"release-it": "^15.0.0"
},
"resolutions": {
"@types/react": "17.0.21"
},
"peerDependencies": {
"react": "*",
"react-native": ">=0.72.0"
},
"engines": {
"node": ">= 16.0.0"
},
"packageManager": "^yarn@1.22.15",
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
]
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
}
}