1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/packages/app-clipper/package.json
2022-12-21 10:00:31 +00:00

13 lines
265 B
JSON

{
"name": "@joplin/app-clipper",
"private": true,
"scripts": {
"postinstall": "cd popup && npm install"
},
"version": "1.0.8",
"description": "Joplin Web Clipper",
"main": "main.js",
"author": "Laurent Cozic",
"license": "AGPL-3.0-or-later"
}