rn60-analytics
Version:
React Native for using native Google Analytics libraries
51 lines (50 loc) • 1.31 kB
JSON
{
"name": "rn60-analytics",
"version": "1.1.4",
"description": "React Native for using native Google Analytics libraries",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"prepublishOnly": "npm run build-all",
"test": "echo \"Error: no test yet!\" && exit 0",
"build": "tsc",
"build-watch": "tsc --watch",
"docs": "documentation readme dist/** --section=\"JavaScript API\"",
"build-all": "rm -rf dist && npm run build && npm run docs",
"precommit": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JacobFJ/react-native-google-analytics.git"
},
"author": "Jacob",
"license": "MIT",
"bugs": {
"url": "https://github.com/JacobFJ/react-native-google-analytics/issues"
},
"homepage": "https://github.com/JacobFJ/react-native-google-analytics#readme",
"keywords": [
"react",
"native",
"google",
"analytics",
"tracking",
"native",
"bridge",
"events",
"screen",
"hits",
"react-native",
"ios",
"android"
],
"devDependencies": {
"@types/react": "^16.9.53",
"@types/react-native": "^0.63.30",
"documentation": "^13.0.2",
"husky": "^4.3.0",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
},
"dependencies": {}
}