mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 14:19:58 +00:00
60 lines
973 B
Plaintext
60 lines
973 B
Plaintext
|
{
|
||
|
"appId": "com.insomnia.app",
|
||
|
"publish": false,
|
||
|
"extraResources": [
|
||
|
{
|
||
|
"from": "./bin",
|
||
|
"to": "./bin",
|
||
|
"filter": "yarn-standalone.js"
|
||
|
}
|
||
|
],
|
||
|
"protocols": [
|
||
|
{
|
||
|
"name": "Insomnia",
|
||
|
"role": "Viewer",
|
||
|
"schemes": [
|
||
|
"insomnia"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"fileAssociations": [],
|
||
|
"directories": {
|
||
|
"app": "build",
|
||
|
"output": "dist"
|
||
|
},
|
||
|
"mac": {
|
||
|
"category": "public.app-category.developer-tools",
|
||
|
"target": [
|
||
|
"dmg",
|
||
|
"zip"
|
||
|
]
|
||
|
},
|
||
|
"win": {
|
||
|
"target": [
|
||
|
"squirrel",
|
||
|
"zip"
|
||
|
]
|
||
|
},
|
||
|
"linux": {
|
||
|
"executableName": "insomnia",
|
||
|
"synopsis": "A simple, beautiful, and free REST API client",
|
||
|
"category": "Development",
|
||
|
"target": [
|
||
|
"AppImage",
|
||
|
"deb",
|
||
|
"tar.gz"
|
||
|
]
|
||
|
},
|
||
|
"deb": {
|
||
|
"depends": [
|
||
|
"gconf2",
|
||
|
"gconf-service",
|
||
|
"libnotify4",
|
||
|
"libappindicator1",
|
||
|
"libxtst6",
|
||
|
"libnss3",
|
||
|
"libcurl3"
|
||
|
]
|
||
|
}
|
||
|
}
|