-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 941 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 941 Bytes
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
{
"name": "archiver-hufman-api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"postbuild": "sh core-wasm-deploy.sh",
"build": "tsc && npm run postbuild",
"dev": "ts-node-dev src/index.ts",
"start": "ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DKMFzF/archiver-hufman.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DKMFzF/archiver-hufman/issues"
},
"homepage": "https://github.com/DKMFzF/archiver-hufman#readme",
"description": "",
"dependencies": {
"dotenv": "^16.5.0",
"express": "^5.1.0",
"multer": "^2.0.1",
"redis": "^5.5.6",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/express": "^5.0.3",
"@types/multer": "^2.0.0",
"@types/node": "^24.0.4",
"express": "^5.1.0",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.8.3"
}
}