-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 933 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "magnificent-sloth",
"version": "1.0.0",
"description": "Point of Sale for Dead Mongoose",
"main": "main.js",
"maintainers": [
"commit"
],
"scripts": {
"start": "./node_modules/.bin/electron-rebuild && SLOTH_ENV=dev electron .",
"build-semantic": "cd ./src/semantic && npx gulp build",
"build": "electron-packager . magnificent-sloth --platform=linux --arch=x64 --out dist && electron-installer-debian --src dist/magnificent-sloth-linux-x64/ --dest dist/installers/ --arch amd64"
},
"devDependencies": {
"electron": "^12.0.1",
"electron-installer-debian": "^3.0.0",
"electron-packager": "^14.2.1",
"electron-rebuild": "^3.2.5"
},
"author": "",
"license": "MIT",
"dependencies": {
"dotenv": "^8.2.0",
"fomantic-ui": "^2.8.3",
"global": "^4.4.0",
"jquery": "^3.4.1",
"jslint": "^0.12.1",
"nfc-pcsc": "^0.8.0",
"play-sound": "^1.1.3"
}
}