2020-02-04 08:54:03 +07:00
|
|
|
{
|
|
|
|
"name": "clinic",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Clinic Application",
|
|
|
|
"main": "main.js",
|
2020-02-04 09:02:49 +07:00
|
|
|
"build": {
|
2020-02-04 09:25:48 +07:00
|
|
|
"appId": "com.cubetiqs.clinic",
|
|
|
|
"mac": {
|
|
|
|
"category": "com.cubetiqs.pro.clinic"
|
2020-02-04 09:02:49 +07:00
|
|
|
},
|
|
|
|
"linux": {
|
|
|
|
"target": [
|
|
|
|
"AppImage",
|
|
|
|
"deb"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"win": {
|
2020-02-04 09:25:48 +07:00
|
|
|
"target": "nsis",
|
2020-02-04 09:02:49 +07:00
|
|
|
"icon": "build/icon.ico"
|
|
|
|
}
|
|
|
|
},
|
2020-02-13 12:42:46 +07:00
|
|
|
"dependencies": {
|
|
|
|
"electron-store": "^5.1.0"
|
|
|
|
},
|
2020-02-04 09:02:49 +07:00
|
|
|
"devDependencies": {
|
|
|
|
"electron": "^8.0.0",
|
|
|
|
"electron-builder": "^22.3.2"
|
2020-02-04 08:54:03 +07:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-02-04 09:25:48 +07:00
|
|
|
"postinstall": "electron-builder install-app-deps",
|
2020-02-13 13:22:31 +07:00
|
|
|
"start": "yarn && electron ./main",
|
2020-02-04 09:25:48 +07:00
|
|
|
"pack": "electron-builder --dir",
|
|
|
|
"dist": "electron-builder",
|
2020-02-04 08:54:03 +07:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/CUBETIQ/sandbox-clinic.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"clinic"
|
|
|
|
],
|
2020-02-06 12:09:37 +07:00
|
|
|
"author": {
|
|
|
|
"name": "Sambo Chea",
|
|
|
|
"email": "sombochea@cubetiqs.com"
|
|
|
|
},
|
2020-02-04 08:54:03 +07:00
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/CUBETIQ/sandbox-clinic/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/CUBETIQ/sandbox-clinic#readme"
|
|
|
|
}
|