-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 996 Bytes
/
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
{
"name": "mailverse",
"version": "1.0.0",
"description": "",
"main": "dist/main.js",
"scripts": {
"stylefix": "npx eslint ./src/ --fix",
"style": "npx eslint ./src/",
"build": "npm run stylefix & tsc",
"test": "node ./dist/test/main.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/creelonestudios/mailverse.git"
},
"author": "creelonestudios",
"license": "ISC",
"bugs": {
"url": "https://github.com/creelonestudios/mailverse/issues"
},
"homepage": "https://github.com/creelonestudios/mailverse#readme",
"type": "module",
"dependencies": {
"argon2": "^0.40.1",
"mariadb": "^3.2.3",
"mysql2": "^3.9.2",
"sequelize": "^6.37.1",
"sequelize-typescript": "^2.1.6"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@types/node": "^20.11.29",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.57.0"
}
}