UNPKG

@janiscommerce/app-tracking-time

Version:

A package for managing the times of actions in applications

64 lines (63 loc) 1.62 kB
{ "name": "@janiscommerce/app-tracking-time", "version": "2.2.1", "description": "A package for managing the times of actions in applications", "main": "lib/event-tracker.js", "scripts": { "lint": "eslint .", "prepare": "husky install", "test": "jest", "test:coverage": "jest --collectCoverage" }, "repository": { "type": "git", "url": "git+https://github.com/janis-commerce/app-tracking-time.git" }, "keywords": [ "janis", "janiscommerce", "app", "time", "trackingtime" ], "files": [ "lib/", "utils/", "db/" ], "author": "Janis commerce", "license": "ISC", "dependencies": { "date-fns": ">=2.0.0 <3.0.0", "realm": "^11.0.0" }, "devDependencies": { "@babel/core": "^7.23.7", "@babel/eslint-parser": "^7.23.3", "@babel/eslint-plugin": "^7.23.5", "@babel/preset-env": "^7.12.0", "@babel/preset-react": "^7.22.5", "babel-jest": "^29.7.0", "eslint": "^8.56.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3", "husky": "^8.0.0", "jest": "^29.7.0", "prettier": "3.2.4", "react": "^18.2.0", "react-native": "^0.71.5", "react-native-fs": "^2.20.0" }, "peerDependencies": { "date-fns": ">=2.0.0 <3.0.0", "react": ">=18.2.0", "react-native": ">=0.71.5", "realm": "^11.0.0" }, "bugs": { "url": "https://github.com/janis-commerce/app-tracking-time/issues" }, "homepage": "https://github.com/janis-commerce/app-tracking-time#readme" }