Mailspring/packages/nylas-sync/package.json

16 lines
290 B
JSON

{
"name": "nylas-sync",
"version": "0.0.1",
"description": "Nylas Sync Engine",
"dependencies": {
"nylas-core": "0.x.x",
"nylas-message-processor": "0.x.x",
"xoauth2": "1.1.0"
},
"scripts": {
"start": "node app.js"
},
"author": "Nylas",
"license": "ISC"
}