-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 906 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
32
33
{
"name": "mail-archive-viewer",
"version": "0.0.1",
"description": "Mail Archive Viewer for emails stored in mbox format",
"main": "index.js",
"scripts": {
"start": "concurrently --kill-others \"cd server && npm start\" \"cd client && npm start\"",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:shshekhar93/mail-archive-viewer.git"
},
"keywords": [
"mbox",
"email",
"mail",
"mail",
"reader"
],
"author": "Shashi Shekhar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shshekhar93/mail-archive-viewer/issues"
},
"homepage": "https://github.com/shshekhar93/mail-archive-viewer#readme",
"devDependencies": {
"concurrently": "^8.2.2",
"husky": "^8.0.3",
"lint-staged": "^15.2.0"
}
}