chore(web-clipper): create package JSON

This commit is contained in:
Elian Doran 2026-01-24 09:42:02 +02:00
parent 6ae1cc18e2
commit 5113e2ab97
No known key found for this signature in database

View File

@ -0,0 +1,11 @@
{
"name": "@triliumnext/web-clipper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"packageManager": "pnpm@10.28.1"
}