{ "name": "@notesnook/common", "version": "2.0.7", "description": "A set of common utilities shared across multiple Notesnook clients and services.", "main": "dist/index.js", "scripts": { "pub": "tsc && np", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/streetwriters/notesnook.git" }, "keywords": [ "logger" ], "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/streetwriters/notesnook/issues" }, "homepage": "https://github.com/streetwriters/notesnook#readme", "devDependencies": { "@notesnook/core": "^8.0.0", "@types/react": "^18.2.39", "react": "18.2.0", "vitest": "^1.4.0" }, "peerDependencies": { "react": ">=18", "timeago.js": "4.0.2" }, "dependencies": { "@notesnook/core": "^8.0.0", "pathe": "^1.1.2", "timeago.js": "4.0.2" } }