{ "name": "demo-joplin", "version": "1.0.8", "description": "Demo for Joplin CLI", "bin": { "demo-joplin": "./index.js" }, "bugs": { "url": "https://github.com/laurent22/joplin/issues" }, "repository": { "type": "git", "url": "https://github.com/laurent22/joplin" }, "engines": { "node": ">=8.7.0" }, "copyright": { "title": "Demo for Joplin CLI", "years": [ 2016, 2017, 2018 ], "owner": "Laurent Cozic" }, "dependencies": { "fs-extra": "^4.0.2", "joplin": "^0.10.69" }, "author": "Laurent Cozic", "license": "MIT" }