-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 851 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
34
{
"name": "autofill",
"version": "1.2.3",
"homepage": "https://qcom.herokuapp.com/",
"description": "This tool helps you auto-fill annoying timesheet in orangeHRM. It supports searching project and activity by name.",
"main": "app.js",
"scripts": {
"start": "npm install && node app.js",
"dev": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "edmond.io",
"license": "ISC",
"dependencies": {
"dotenv": "^6.1.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"marked": "^0.7.0",
"newman": "^4.2.2",
"newman-reporter-console": "file:newman-reporter-console",
"serve-index": "^1.9.1",
"socket.io": "^2.1.1"
},
"engines": {
"node": "10.12.0",
"npm": "6.4.1"
},
"nodemonConfig": {
"ignore": [
"newman/*",
"client/index.html"
]
}
}