-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.49 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.49 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
{
"homepage": "https://github.com/David-Szczepanik/Node.js-API-File_Hashing",
"name": "nodejs-api-file-hashing",
"version": "0.1",
"devDependencies": {
"@starbeam-dev/typedoc-theme": "^1.0.1",
"@types/busboy": "^1.5.3",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-fileupload": "^1.5.0",
"@types/helmet": "^4.0.0",
"@types/morgan": "^1.9.9",
"@types/node": "^20.10.5",
"@types/uuid": "^9.0.7",
"concat-md": "^0.5.1",
"cors": "^2.8.5",
"morgan": "^1.10.0",
"sequelize-cli": "^6.6.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typedoc": "^0.25.13",
"typescript": "^5.3.2"
},
"scripts": {
"startold": "ts-node src/index.ts",
"start": "ts-node src/index.ts",
"start-js": "node dist/index.js",
"build": "tsc",
"start-inspect": "node --inspect=0.0.0.0:9229 dist/index.js",
"doc": "typedoc --skipErrorChecking --readme ./README.md"
},
"dependencies": {
"@mxssfd/typedoc-theme": "^1.1.3",
"@types/sequelize": "^4.28.19",
"busboy": "^1.6.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-fileupload": "^1.5.0",
"helmet": "^7.1.0",
"mysql2": "^3.6.5",
"pg": "^8.11.5",
"process": "^0.11.10",
"sequelize": "^6.35.1",
"sequelize-typescript": "^2.1.6",
"typedoc-material-theme": "^1.0.2",
"typedoc-plugin-markdown": "^4.0.3",
"typedoc-theme-category-nav": "^0.0.3",
"typedoc-theme-hierarchy": "^4.1.2",
"uuid": "^9.0.1"
}
}