Files
notesnook/packages/common/package.json
2024-03-21 11:11:01 +05:00

45 lines
1.0 KiB
JSON

{
"name": "@notesnook/common",
"version": "1.0.0",
"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",
"np": {
"tests": false,
"releaseDraft": false,
"message": "chore: bump version to %s"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "restricted"
},
"devDependencies": {
"@notesnook/core": "file:../core",
"react": "18.2.0",
"@types/react": "^18.2.39"
},
"peerDependencies": {
"timeago.js": "4.0.2",
"react": ">=18"
},
"dependencies": {
"timeago.js": "4.0.2",
"@notesnook/core": "file:../core"
}
}