-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "kkm3",
"version": "1.1.1",
"description": "shtrih-m kkm server",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=development webpack --mode development",
"oldbuild": "cd app && npm version patch && cd .. && npm run pack && build -w",
"build": "electron-builder",
"start": "electron .",
"upversion": "npm version patch --no-git-tag-version"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Den2016/kkm3.git"
},
"keywords": [
"Shtrih-m",
"server"
],
"author": "Denis Nazarov",
"license": "MIT",
"bugs": {
"url": "https://github.com/Den2016/kkm3/issues"
},
"homepage": "https://github.com/Den2016/kkm3#readme",
"devDependencies": {
"electron": "^8.2.3",
"electron-rebuild": "^1.10.1"
},
"dependencies": {
"electron-log": "^4.1.1",
"fastify": "^2.13.1",
"winax": "^1.18.0"
}
}