Files
notesnook/packages/clipper/package.json
Abdullah Atta 5fe366f4f3 global: use same versions for dependencies everywhere (#7365)
* global: use same versions for dependencies everywhere

* intl: fix `Cannot find module '@lingui/macro'`

* web: fix `I18n' is not assignable to parameter` type error

* setup: log post install cmd

* setup: more logging

* web: update lockfile
2025-01-21 09:35:38 +05:00

41 lines
1.0 KiB
JSON

{
"name": "@notesnook/clipper",
"version": "2.1.3",
"description": "Web clipper core used by the Notesnook Web Clipper",
"keywords": [
"web-clipper"
],
"author": "Abdullah Atta <abdullahatta@streetwriters.co>",
"homepage": "https://notesnook.com/",
"license": "GPL-3.0-or-later",
"main": "dist/index.js",
"devDependencies": {
"@playwright/test": "1.48.2",
"slugify": "1.6.6",
"webpack": "5.88.2",
"webpack-cli": "5.1.4"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetwriters/notesnook.git"
},
"scripts": {
"build": "tsc && yarn webpack -c webpack.config.js",
"prepublishOnly": "npm run build",
"test": "playwright test",
"postinstall": "patch-package",
"watch": "tsc --watch"
},
"bugs": {
"url": "https://github.com/streetwriters/notesnook/issues"
},
"dependencies": {
"@mozilla/readability": "^0.4.2",
"css-what": "6.1.0",
"hyperapp": "^2.0.22",
"specificity": "^0.4.1"
}
}