-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "wakatime-hour-cost-calculator",
"version": "1.0.0",
"description": "This project is used to automate the process of calculating the cost for the number of hours spent on coding a freelancing project for both the developer and the client",
"main": "dist/app.js",
"scripts": {
"start": "node dist/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Troy96/wakatime-hour-cost-calculator.git"
},
"keywords": [
"wakatime",
"freelancing"
],
"engines": {
"node": "13.5.0"
},
"author": "Tuhin Roy",
"license": "ISC",
"bugs": {
"url": "https://github.com/Troy96/wakatime-hour-cost-calculator/issues"
},
"homepage": "https://github.com/Troy96/wakatime-hour-cost-calculator#readme",
"devDependencies": {
"@types/express": "^4.17.6",
"tslint": "^6.1.1",
"typescript": "^3.8.3"
},
"dependencies": {
"typescript": "^3.8.3",
"@types/node": "^13.13.5",
"@types/node-schedule": "^1.3.0",
"@types/nodemailer": "^6.4.0",
"@types/nodemailer-direct-transport": "^1.0.31",
"@types/nodemailer-smtp-transport": "^2.7.4",
"@types/request": "^2.48.5",
"axios": "^0.19.2",
"dotenv": "^8.2.0",
"moment": "^2.25.3",
"node-schedule": "^1.3.2",
"nodemailer": "^6.4.6",
"qs": "^6.9.3",
"request": "^2.88.2",
"request-promise": "^4.2.5"
}
}