This repository has been archived by the owner on May 6, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
110 lines (110 loc) · 3.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "cpg-api",
"version": "v3.4",
"description": "Central Payment Gateway",
"main": "./build/Main.js",
"dependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/colors": "^1.2.1",
"@types/common-tags": "^1.8.1",
"@types/date-and-time": "^0.13.0",
"@types/jsonwebtoken": "^8.5.5",
"@types/node": "^16.4.10",
"@types/node-fetch": "^3.0.3",
"@types/nodemailer": "^6.4.4",
"@types/prompt": "^1.1.1",
"@types/request": "^2.48.7",
"@types/supertest": "^2.0.11",
"ac-osticket": "^3.0.2",
"apollo-server-express": "^3.6.1",
"aws-sdk": "^2.1018.0",
"bcryptjs": "^2.4.3",
"chalk": "^4.1.2",
"clear": "^0.1.0",
"colors": "github:Tolfix/colors.js",
"common-tags": "^1.8.0",
"cors": "^2.8.5",
"cron": "^1.8.2",
"date-and-time": "^1.0.1",
"dotenv": "^10.0.0",
"easyinvoice": "^2.0.8",
"exchange-rates-api": "^1.1.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-rate-limit": "^6.2.0",
"express-session": "^1.17.2",
"express-swagger-generator": "github:Tolfix/express-swagger-generator",
"figlet": "^1.5.2",
"graphql-compose": "^9.0.6",
"graphql-compose-mongoose": "^9.7.1",
"graphql-resolvers": "^0.4.2",
"inquirer": "^8.2.2",
"inquirer-search-checkbox": "^1.0.0",
"inquirer-search-list": "^1.2.6",
"jimp": "^0.16.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.1.4",
"mongoose-auto-increment": "^5.0.1",
"mongoose-query-parser": "^1.2.1",
"node-fetch": ">=3.1.1",
"nodemailer": "^6.7.0",
"npm": "^7.20.5",
"paypal-rest-sdk": "^1.8.1",
"pdfkit-table": "^0.1.86",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"prompt": "^1.2.0",
"qrcode": "^1.4.4",
"request": "^2.88.2",
"sequelize": "^6.15.0",
"stripe": "^8.186.1",
"supertest": "^6.1.6",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6",
"touch": "^3.1.0"
},
"scripts": {
"start": "node ./build/Main.js",
"test": "jest",
"build": "tsc -b",
"watch": "nodemon ./build/Main.js",
"lint": "eslint ./src --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tolfix/cpg-api.git"
},
"keywords": [],
"author": "Tolfix",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tolfix/cpg-api/issues"
},
"homepage": "https://github.com/Tolfix/cpg-api#readme",
"devDependencies": {
"@types/clear": "^0.1.2",
"@types/cors": "^2.8.12",
"@types/cron": "^1.7.3",
"@types/exchange-rates-api": "^1.0.0",
"@types/express": "^4.17.13",
"@types/express-fileupload": "^1.1.7",
"@types/express-session": "^1.17.4",
"@types/figlet": "^1.5.4",
"@types/graphql-resolvers": "^0.3.1",
"@types/inquirer": "^8.2.1",
"@types/jest": "^27.0.1",
"@types/method-override": "^0.0.32",
"@types/mongoose-auto-increment": "^5.0.34",
"@types/npm": "^7.19.0",
"@types/paypal-rest-sdk": "^1.7.6",
"@types/qrcode": "^1.4.1",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
"jest": "^27.2.0",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
}
}