mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
13 lines
274 B
JSON
13 lines
274 B
JSON
{
|
|
"name": "@joplin/plugins",
|
|
"version": "0.0.0",
|
|
"description": "Sub-package to group official Joplin plugins",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|