-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "ganbaruby",
"version": "1.0.0",
"description": "ganbaruby",
"main": "app.js",
"scripts": {
"ts-node": "ts-node -r tsconfig-paths/register",
"start": "node dist/src/app.js",
"build": "rm -rf dist && tsc --project tsconfig.json",
"dev": "ts-node -r tsconfig-paths/register -- src/app.ts",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/napple-team/ganbaruby.git"
},
"author": "windyakin",
"license": "MIT",
"devDependencies": {
"@types/express": "5.0.0",
"@types/jest": "^29.5.13",
"@types/morgan": "1.9.9",
"@types/node": "22.9.1",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"eslint": "9.15.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.6.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.663.0",
"axios": "^1.7",
"crypto": "^1.0.1",
"dayjs": "^1.11.13",
"express": "^4.21.0",
"express-basic-auth": "^1.2.1",
"helmet": "^8.0.0",
"morgan": "^1.10.0",
"node-html-parser": "^6.1.13",
"uuid-random": "^1.3.2"
}
}