forked from Romulan-Empire/productivity-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 955 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 955 Bytes
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
{
"name": "thymely",
"version": "1.0.0",
"description": "Productivity Manager",
"scripts": {
"preinstall": "cd server && npm install && npm install nodemon -g",
"start": "cd server && npm run production-mode",
"electron-dev": "cd electron && npm start",
"server-dev": "cd server && npm run dev",
"local-electron-dev": "NODE_ENV=localhost npm run electron-dev",
"mock-production-electron-dev": "NODE_ENV=production npm run electron-dev",
"test": "cd electron && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Romulan-Empire/productivity-manager.git"
},
"keywords": [
"productivity"
],
"author": "Andrew Lee, Wei Gao, Brian Lee",
"license": "ISC",
"bugs": {
"url": "https://github.com/Romulan-Empire/productivity-manager/issues"
},
"homepage": "https://github.com/Romulan-Empire/productivity-manager#readme",
"devDependencies": {},
"dependencies": {}
}