mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
11 lines
201 B
JSON
11 lines
201 B
JSON
{
|
|
"name": "nylas-core",
|
|
"version": "0.0.1",
|
|
"description": "Core shared packages",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"sqlite3": "3.1.4"
|
|
},
|
|
"author": "Nylas",
|
|
"license": "ISC"
|
|
}
|