ngcash-tapjoy-react-native-sdk
Version:
ReactNative Plugin for Tapjoy SDK
115 lines (114 loc) • 2.64 kB
JSON
{
"name": "ngcash-tapjoy-react-native-sdk",
"version": "14.2.3",
"description": "ReactNative Plugin for Tapjoy SDK",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"source": "src/index.ts",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*",
"CODEOWNERS"
],
"scripts": {
"build": "rm -rf lib && tsc --outDir lib/commonjs --declarationDir lib/typescript",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"doc": "typedoc --entryPointStrategy expand src/*"
},
"keywords": [
"react-native",
"ios",
"android",
"tapjoy",
"offerwall"
],
"repository.url": "https://github.com/Tapjoy/react-native-sdk",
"author": "Tapjoy <grow_tapjoy_sdk@unity3d.com> (https://dev.tapjoy.com)",
"license": "SEE LICENSE IN <LICENSE>",
"bugs": {
"url": "grow_tapjoy_integrations@unity3d.com"
},
"homepage": "https://dev.tapjoy.com",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.5.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/metro-config": "^0.75.3",
"@types/react": "^18.3.10",
"commitlint": "^19.5.0",
"del-cli": "^5.1.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"pod-install": "^0.2.2",
"prettier": "^3.3.3",
"react": "^18.3.1",
"typedoc": "^0.26.7",
"react-native": "^0.75.3",
"typescript": "^5.6.2"
},
"resolutions": {
"@types/react": "^18.3.10"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"engines": {
"node": ">= 18"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"eslintConfig": {
"root": true,
"extends": [
"@react-native-community",
"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
},
"dependencies": {
"eventemitter3": "^5.0.1"
}
}