Mailspring/internal_packages/send-and-archive/package.json

18 lines
338 B
JSON
Executable file

{
"name": "send-and-archive",
"version": "0.1.0",
"main": "./lib/main",
"description": "Adds a send and archive option to the composer.",
"license": "GPL-3.0",
"private": true,
"engines": {
"nylas": "*"
},
"windowTypes": {
"default": true,
"composer": true,
"thread-popout": true,
"work": true
}
}