mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
15 lines
251 B
JSON
15 lines
251 B
JSON
{
|
|
"name": "tools",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs-extra": "^4.0.2"
|
|
}
|
|
}
|