Mailspring/internal_packages/participant-profile/package.json

19 lines
342 B
JSON

{
"name": "participant-profile",
"version": "0.1.0",
"title": "Participant Profile",
"description": "Information about a participant",
"isOptional": false,
"main": "lib/main",
"windowTypes": {
"default": true
},
"dependencies": {
"clearbit": "^1.2"
},
"engines": {
"nylas": "*"
},
"license": "GPL-3.0"
}