mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 21:24:58 +08:00
12 lines
201 B
JSON
12 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"
|
||
|
}
|