|
1 | 1 | { |
2 | | - "name": "devtop", |
3 | | - "version": "0.8.0-beta", |
4 | | - "description": "DevTop - Essential Tools for Developers", |
5 | | - "main": "app.js", |
6 | | - "author": { |
7 | | - "name": "Zonayed Ahmed", |
8 | | - "email": "contact@zonayed.me" |
9 | | - }, |
10 | | - "scripts": { |
11 | | - "preinstall": "cd client && yarn install", |
12 | | - "test-client": "npm run test --prefix client -- --watchAll=false", |
13 | | - "test": "npm run test-client", |
14 | | - "client": "npm start --prefix client", |
15 | | - "build": "npm run build --prefix client", |
16 | | - "electron": "nodemon --watch * --exec \"electron .\"", |
17 | | - "start": "concurrently --kill-others \"npm run client\" \"wait-on tcp:3000 && npm run electron\"", |
18 | | - "version:major": "npm version major", |
19 | | - "version:minor": "npm version minor", |
20 | | - "version:patch": "npm version patch", |
21 | | - "pack": "npm run build && electron-builder -p always" |
22 | | - }, |
23 | | - "repository": { |
24 | | - "type": "git", |
25 | | - "url": "git+https://github.com/zonayedpca/DevTop.git" |
26 | | - }, |
27 | | - "keywords": [ |
28 | | - "desktop", |
29 | | - "dev-tools", |
30 | | - "developer-tools", |
31 | | - "essential-dev", |
32 | | - "essential-developer" |
33 | | - ], |
34 | | - "license": "ISC", |
35 | | - "bugs": { |
36 | | - "url": "https://github.com/zonayedpca/DevTop/issues" |
37 | | - }, |
38 | | - "homepage": "https://github.com/zonayedpca/DevTop#readme", |
39 | | - "devDependencies": { |
40 | | - "concurrently": "^4.1.0", |
41 | | - "electron": "^5.0.2", |
42 | | - "electron-builder": "^21.2.0", |
43 | | - "eslint": "^6.3.0", |
44 | | - "nodemon": "^1.19.1", |
45 | | - "prettier": "1.18.2", |
46 | | - "wait-on": "^3.3.0" |
47 | | - }, |
48 | | - "dependencies": { |
49 | | - "auto-launch": "^5.0.5", |
50 | | - "electron-updater": "^4.1.2" |
51 | | - } |
| 2 | + "name": "devtop", |
| 3 | + "version": "0.9.0-beta", |
| 4 | + "description": "DevTop - Essential Tools for Developers", |
| 5 | + "main": "app.js", |
| 6 | + "author": { |
| 7 | + "name": "Zonayed Ahmed", |
| 8 | + "email": "contact@zonayed.me" |
| 9 | + }, |
| 10 | + "scripts": { |
| 11 | + "preinstall": "cd client && yarn install", |
| 12 | + "test-client": "npm run test --prefix client -- --watchAll=false", |
| 13 | + "test": "npm run test-client", |
| 14 | + "client": "npm start --prefix client", |
| 15 | + "build": "npm run build --prefix client", |
| 16 | + "electron": "nodemon --watch * --exec \"electron .\"", |
| 17 | + "start": "concurrently --kill-others \"npm run client\" \"wait-on tcp:3000 && npm run electron\"", |
| 18 | + "version:major": "npm version major", |
| 19 | + "version:minor": "npm version minor", |
| 20 | + "version:patch": "npm version patch", |
| 21 | + "pack": "npm run build && electron-builder -p always" |
| 22 | + }, |
| 23 | + "repository": { |
| 24 | + "type": "git", |
| 25 | + "url": "git+https://github.com/zonayedpca/DevTop.git" |
| 26 | + }, |
| 27 | + "keywords": [ |
| 28 | + "desktop", |
| 29 | + "dev-tools", |
| 30 | + "developer-tools", |
| 31 | + "essential-dev", |
| 32 | + "essential-developer" |
| 33 | + ], |
| 34 | + "license": "ISC", |
| 35 | + "bugs": { |
| 36 | + "url": "https://github.com/zonayedpca/DevTop/issues" |
| 37 | + }, |
| 38 | + "homepage": "https://github.com/zonayedpca/DevTop#readme", |
| 39 | + "devDependencies": { |
| 40 | + "concurrently": "^4.1.0", |
| 41 | + "electron": "^5.0.2", |
| 42 | + "electron-builder": "^21.2.0", |
| 43 | + "eslint": "^6.3.0", |
| 44 | + "nodemon": "^1.19.1", |
| 45 | + "prettier": "1.18.2", |
| 46 | + "wait-on": "^3.3.0" |
| 47 | + }, |
| 48 | + "dependencies": { |
| 49 | + "auto-launch": "^5.0.5", |
| 50 | + "electron-updater": "^4.1.2" |
| 51 | + } |
52 | 52 | } |
0 commit comments