|
1 | 1 | {
|
2 | 2 | "name": "Mobster",
|
3 |
| - "version": "0.0.45", |
4 |
| - "description": |
5 |
| - "A cross-platform mob programming timer built on web technologies", |
| 3 | + "version": "0.0.46", |
| 4 | + "description": "A cross-platform mob programming timer built on web technologies", |
6 | 5 | "main": "main.js",
|
7 | 6 | "scripts": {
|
8 |
| - "start": |
9 |
| - "NODE_ENV=dev concurrently --kill-others 'npm run webpack-dev' 'npm run build-node && npm test && electron .'", |
10 |
| - "startprod": |
11 |
| - "NODE_ENV=production npm test && npm run build-node && npm run webpack-production && electron .", |
| 7 | + "start": "NODE_ENV=dev concurrently --kill-others 'npm run webpack-dev' 'npm run build-node && npm test && electron .'", |
| 8 | + "startprod": "NODE_ENV=production npm test && npm run build-node && npm run webpack-production && electron .", |
12 | 9 | "webpack-dev": "webpack-dev-server --hot --port 8080",
|
13 | 10 | "webpack-production": "webpack -p --env.production",
|
14 | 11 | "build-node": "npm run generate-ipc && npm run types",
|
15 |
| - "generate-ipc": |
16 |
| - "elm-electron src/Ipc.elm --ts typescript/ipc.ts --elm src/IpcSerializer.elm", |
17 |
| - "test-watch": |
18 |
| - "npm test; fswatch -0 src tests -e '.*' -i \\.elm$ | xargs -0 -n1 -I{} npm test", |
| 12 | + "generate-ipc": "elm-electron src/Ipc.elm --ts typescript/ipc.ts --elm src/IpcSerializer.elm", |
| 13 | + "test-watch": "npm test; fswatch -0 src tests -e '.*' -i \\.elm$ | xargs -0 -n1 -I{} npm test", |
19 | 14 | "test": "clear && echo 'running tests' && elm-test",
|
20 | 15 | "pack": "build --dir",
|
21 | 16 | "dist-mac": "build --mac",
|
|
32 | 27 | }
|
33 | 28 | },
|
34 | 29 | "repository": "https://github.com/dillonkearns/mobster",
|
35 |
| - "keywords": ["Electron", "mob programming", "timer", "Agile"], |
| 30 | + "keywords": [ |
| 31 | + "Electron", |
| 32 | + "mob programming", |
| 33 | + "timer", |
| 34 | + "Agile" |
| 35 | + ], |
36 | 36 | "author": "Dillon Kearns",
|
37 | 37 | "license": "MIT",
|
38 | 38 | "devDependencies": {
|
|
0 commit comments