Newer
Older
"contributors": [
"Julia Friesel <julia.friesel@gmail.com>",
"Marie Kochsiek",
"Tina Baumann"
],
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"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"
"prop-types": "^15.6.2",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-starter-kit": "^0.6.3",
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
},
"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",
"rnpm": {
"assets": [
"assets/fonts"
]
},
"detox": {
"configurations": {
"android.emu.debug": {
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",
"build": "cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ..",
"type": "android.emulator",
"name": "Nexus_5X_API_28"
},
"nexus-5": {
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",
"build": "cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ..",
"type": "android.emulator",
"name": "Nexus_5_API_23"