-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
151 lines (151 loc) · 4.97 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "zyndex-server",
"version": "0.2.0-66",
"description": "Backend Server for Handling Zyndex Frontend Requests",
"main": "app.js",
"engines": {
"node": ">=12.9.0"
},
"scripts": {
"prepare": "husky install && husky add .husky/commit-msg \"npx --no-install commitlint --edit \"$1\"\"",
"git:stage": "git add",
"git:commit": "cz",
"git:push": "git push --follow-tags origin dev",
"release:pre": "standard-version --prerelease --sign",
"release:patch": "standard-version --release-as patch --sign",
"release:minor": "standard-version --release-as minor --sign",
"release:major": "standard-version --release-as major --sign",
"test": "cross-env NODE_ENV=test ts-mocha --paths tests/**/*.spec.ts -r 'tests/require'",
"test:api": "cross-env NODE_ENV=test ts-mocha --paths tests/api/**/*.spec.ts -r 'tests/require'",
"test:unit": "cross-env NODE_ENV=test ts-mocha --paths tests/unit/**/*.spec.ts -r 'tests/require'",
"test:single": "cross-env NODE_ENV=test ts-mocha -r 'tests/require'",
"test:report": "cross-env NODE_ENV=test ts-mocha --paths tests/api/**/*.spec.ts -r 'tests/require' --reporter mocha-simple-html-reporter --reporter-options output=test-report.html",
"serve:dev": "cross-env NODE_ENV=development nodemon --ignore tests/ -r tsconfig-paths/register src/app.ts",
"build:tsc": "cross-env NODE_ENV=production webpack",
"build:prepare": "bash ./scripts/prepare-build.sh",
"start": "cross-env NODE_ENV=production node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zyndex-drive/server.git"
},
"keywords": [
"Nodejs",
"Backend",
"Google",
"Drive",
"mongodb",
"oauth2",
"zyndex",
"server"
],
"author": {
"email": "[email protected]",
"name": "Sudharshan TK",
"url": "https://sudharshan.tk"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zyndex-drive/server/issues",
"email": "[email protected]"
},
"homepage": "https://zyndex.tk",
"dependencies": {
"@godaddy/terminus": "^4.10.2",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"dot-prop": "^6.0.1",
"dotenv": "^10.0.0",
"express": "^4.18.1",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^6.4.0",
"got": "^11.8.3",
"helmet": "^4.6.0",
"jose": "^4.8.1",
"luxon": "^3.0.1",
"mathjs": "^10.5.1",
"mongoose": "^5.13.14",
"morgan": "^1.10.0",
"nanoid": "^3.3.3",
"node-webcrypto-ossl": "^2.1.3",
"nodemailer": "^6.7.4",
"passport": "^0.5.2",
"passport-facebook": "^3.0.0",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-oauth2": "^1.6.1",
"passport-twitter": "^1.0.4",
"query-string": "^7.1.1",
"request-ip": "^2.1.3",
"uuid": "^8.3.2",
"winston": "^3.8.1",
"x-xss-protection": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@types/bcrypt": "^5.0.0",
"@types/body-parser": "^1.19.2",
"@types/chai": "^4.3.1",
"@types/chai-as-promised": "^7.1.5",
"@types/dotenv": "^8.2.0",
"@types/expect": "^24.3.0",
"@types/express": "^4.17.13",
"@types/http-server": "^0.12.1",
"@types/luxon": "^3",
"@types/mathjs": "^9.4.2",
"@types/mocha": "^8.2.3",
"@types/morgan": "^1.9.3",
"@types/node": "^15.14.9",
"@types/nodemailer": "^6.4.4",
"@types/passport": "^0.4.7",
"@types/passport-facebook": "^2.1.11",
"@types/passport-github2": "^1.2.5",
"@types/passport-google-oauth20": "^2.0.11",
"@types/passport-oauth2": "^1.4.11",
"@types/passport-twitter": "^1.0.37",
"@types/request-ip": "^0.0.37",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-each": "^0.0.1",
"chai-http": "^4.3.0",
"commitizen": "^4.2.4",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-config-nodejs": "^2.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^35.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"husky": "^7.0.4",
"javascript-obfuscator": "^3.2.7",
"jsdoc": "^3.6.10",
"mocha": "^9.2.2",
"mocha-simple-html-reporter": "^2.0.0",
"mocha-steps": "^1.3.0",
"standard-version": "^9.3.2",
"ts-loader": "^9.3.0",
"ts-mocha": "^8.0.0",
"tsc-alias": "^1.6.7",
"tsconfig-paths": "^3.14.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0",
"webpack-obfuscator": "^3.5.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "[email protected]"
}