UNPKG

@causalfoundry/react-native-cf-chw-mgmt

Version:

causalfoundry.ai SDK for tracking logs for Community Healthcare Worker's usage of the app.

65 lines (64 loc) 1.79 kB
{ "name": "@causalfoundry/react-native-cf-chw-mgmt", "version": "0.4.7", "description": "causalfoundry.ai SDK for tracking logs for Community Healthcare Worker's usage of the app.", "homepage": "https://docs.causalfoundry.ai/", "main": "lib/lib.js", "types": "lib/typings.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npm run build:source && npm run build:types", "build:source": "webpack --no-watch", "build:types": "tsc --build tsconfig.json" }, "keywords": [ "sdk", "causalfoundry", "android", "react-native" ], "author": { "name": "causalfoundry.ai", "email": "hello@causalfoundry.ai", "url": "https://causalfoundry.ai" }, "contributors": [ "Moiz Hassan Khan <moiz@causalfoundry.ai>", "Andrés Estévez <andres@causalfoundry.ai>", "Dexian <dexian@causalfoundry.ai>" ], "dependencies": { "core-js": "2", "react-native": "0.70.8" }, "devDependencies": { "@babel/core": "^7.14.8", "@babel/preset-env": "^7.14.8", "@babel/preset-typescript": "^7.14.5", "@types/jest": "^26.0.24", "@typescript-eslint/eslint-plugin": "^5.10.1", "@typescript-eslint/parser": "^5.10.1", "babel-loader": "^8.2.2", "clean-webpack-plugin": "^4.0.0-alpha.0", "eslint": "^7.31.0", "eslint-plugin-jest": "^24.4.0", "ts-node": "^10.1.0", "typescript": "^4.5.5", "webpack": "^5.46.0", "webpack-bundle-analyzer": "^4.4.2", "webpack-cli": "^4.7.2" }, "peerDependencies": { "react-native": "0.70.8" }, "licenses": [ { "type": "MIT", "url": "http://en.wikipedia.org/wiki/MIT_License" } ], "publishConfig": { "access": "public" }, "gitHead": "955d52a080315329cdc383b9ed1158bf5174b904" }