-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.23 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
49
50
51
52
53
54
{
"name": "canada-visa-processing-time",
"version": "1.0.0",
"description": "Canada Visa Proccessing Time Checker",
"main": "./dist/app.js",
"scripts": {
"start-dev": "tsc && node ./dist/app.js",
"build": "tsc",
"postinstall": "npm run build",
"start": "node ./dist/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olavomello/canada_visa_processing_time.git"
},
"keywords": [
"visa",
"canada",
"processing",
"time",
"date",
"study",
"visa",
"work",
"visa",
"super",
"visa",
"visit",
"visa"
],
"author": "Olavo Mello",
"license": "ISC",
"bugs": {
"url": "https://github.com/olavomello/canada_visa_processing_time/issues"
},
"homepage": "https://github.com/olavomello/canada_visa_processing_time#readme",
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/mongodb": "^4.0.7",
"@types/mongoose": "^5.11.97",
"@types/node": "^16.10.9",
"ts-node": "^10.2.0",
"tslint": "^5.12.1",
"typescript": "^3.9.10"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv-safe": "^8.2.0",
"express": "^4.16.4",
"fs": "^0.0.1-security",
"mongoose": "^6.0.10"
}
}