This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.75 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
{
"name": "harper-backend",
"version": "3.6.0",
"description": "A refactorized version of Harper",
"scripts": {
"build": "webpack --mode production",
"dev": "node -r dotenv/config dist/index",
"service": "nodemon",
"start": "node dist/index"
},
"repository": {
"type": "git",
"url": "git+https: //github.com/AcecomFCUNI/harper-backend"
},
"keywords": [
"ACECOM",
"Harper"
],
"author": "AnthonyLzq",
"license": "MIT",
"bugs": {
"url": "https://github.com/AcecomFCUNI/harper-backend/issues"
},
"homepage": "https: //github.com/AcecomFCUNI/harper-backend#readme",
"dependencies": {
"cron": "^1.8.2",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.12",
"morgan": "^1.10.0",
"nodemailer": "^6.4.17"
},
"devDependencies": {
"@types/cron": "^1.7.2",
"@types/express": "^4.17.11",
"@types/jsonwebtoken": "^8.5.0",
"@types/morgan": "^1.9.2",
"@types/node": "^14.14.21",
"@types/nodemailer": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"dotenv": "^8.2.0",
"eslint": "^7.18.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-sort-keys-fix": "^1.1.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-typescript-sort-keys": "^1.5.0",
"nodemon": "^2.0.7",
"prettier": "^2.2.1",
"ts-loader": "^8.0.14",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"webpack": "^5.15.0",
"webpack-cli": "^4.4.0",
"webpack-node-externals": "^2.5.2"
}
}