-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.74 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
{
"name": "api.nordly-accounts",
"version": "2.0.0",
"description": "",
"main": "server.ts",
"scripts": {
"start": "node ./build/server",
"dev": "nodemon",
"build": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Emerson-Britto/api.nordly-accounts.git"
},
"keywords": [
"nordly",
"musiky",
"emerson-britto",
"music",
"account-center"
],
"author": "Emerson-Britto",
"license": "ISC",
"bugs": {
"url": "https://github.com/Emerson-Britto/api.nordly-accounts/issues"
},
"homepage": "https://github.com/Emerson-Britto/api.nordly-accounts#readme",
"dependencies": {
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"dotenv": "^16.0.0",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"memory-cache": "^0.2.0",
"moment": "^2.29.3",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.5",
"passport": "^0.5.2",
"passport-custom": "^1.1.1",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"redis": "^4.1.0",
"sequelize": "^6.19.0",
"socket.io": "^4.5.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"@types/memory-cache": "^0.2.2",
"@types/node": "^17.0.31",
"@types/nodemailer": "^6.4.4",
"@types/passport": "^1.0.7",
"@types/passport-http-bearer": "^1.0.37",
"@types/passport-local": "^1.0.34",
"@types/uuid": "^8.3.4",
"nodemon": "^2.0.16",
"ts-node": "^10.7.0"
},
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": true
}
}
]
]
}