-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) ยท 2.61 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) ยท 2.61 KB
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
{
"name": "handycandy",
"version": "1.0.0",
"description": ".png?table=block&id=7c43a727-0962-4c7f-ad67-1a6f9dece6ae&spaceId=cc4e63fe-9341-442b-823d-efdb19e51566&width=3070&userId=898bd393-2284-49ba-adb6-daa3f952d4b0&cache=v2>)",
"main": "index.js",
"scripts": {
"dev": "ts-node src",
"start": "tsc && node dist",
"build": "tsc && node dist",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "husky install"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/cors": "^2.8.12",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^7.0.0",
"lint-staged": "^11.0.0",
"prettier": "2.3.2",
"swagger-jsdoc": "^6.2.0",
"swagger-ui-express": "^4.3.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
},
"dependencies": {
"aws-sdk": "^2.1111.0",
"axios": "^0.21.4",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.10",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dayjs": "^1.11.2",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-session": "^1.17.2",
"express-validator": "^6.12.0",
"fs": "0.0.1-security",
"googleapis": "^100.0.0",
"gravatar": "^1.8.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mongoose": "^5.12.15",
"multer": "^1.4.4",
"multer-s3": "^2.9.0",
"node-fetch-npm": "^2.0.4",
"node-schedule": "^2.1.0",
"nodemailer": "^6.7.5",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.5.2",
"passport-google-oauth20": "^2.0.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"**/*.{js,ts}": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/handy-candy/HandyCandy_Server.git"
},
"bugs": {
"url": "https://github.com/handy-candy/HandyCandy_Server/issues"
},
"homepage": "https://github.com/handy-candy/HandyCandy_Server#readme"
}