Newer
Older
"contributors": [
"Julia Friesel <julia.friesel@gmail.com>",
"Marie Kochsiek",
"ios": "react-native run-ios --simulator=\"iPhone 8 Plus\"",
"test": "mocha --recursive --require @babel/register test && npm run lint",
"test-watch": "mocha --recursive --require @babel/register --watch test",
Sofiya Tepikin
committed
"lint": "eslint components lib test",
"devtool": "adb shell input keyevent 82",
"build-android-release": "cd android && ./gradlew clean && ./gradlew assembleRelease && cd ..",
"update-version": "node ./tools/bin/update-version.js",
"commit-release": "node ./tools/bin/commit-release.js",
"tag-release": "node ./tools/bin/tag-release.js",
"update-changelog": "node ./tools/bin/update-changelog.js",
"release": "node ./tools/release-wizard.js",
"clear": ". scripts/clear.sh",
"postinstall": "npx jetify",
"prepare": "husky install"
"prop-types": "^15.6.2",
"react-native-document-picker": "^4.2.0",
"react-native-fs": "^2.15.1",
"react-native-hyperlink": "0.0.19",
"react-native-modal-datetime-picker": "8.0.0",
"react-native-push-notification": "3.2.1",
"react-native-restart": "0.0.17",
"react-native-share": "^3.0.0",
"redux": "^4.0.1",
"redux-starter-kit": "^0.6.3",
"prettier": "2.4.0",
"pretty-quick": "^3.1.1",
},
"description": "A menstrual cycle tracking app that's open-source and leaves your data on your phone. Use it to track your menstrual cycle or for fertility awareness!",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/bloodyhealth/drip.git"
},
"keywords": [
"cycle-tracking",
"symptothermal"
],
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/bloodyhealth/drip/issues"
},
"homepage": "https://gitlab.com/bloodyhealth/drip#README",
"engines": {
"node": ">=10.0.0 <11",
"npm": ">=6.0.0 <7"
}