generated from spknetwork/js-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
92 lines (92 loc) · 2.81 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "video-encoder",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"dependencies": {
"@nestjs/common": "^10.3.1",
"@nestjs/core": "^10.3.1",
"@nestjs/platform-express": "^10.3.1",
"@nestjs/platform-fastify": "^10.3.1",
"@nestjs/swagger": "^7.2.0",
"@stablelib/ed25519": "^1.0.3",
"axios": "^1.6.7",
"base64-js": "^1.5.1",
"bloom-filters": "^3.0.1",
"buffer-type": "^1.0.0",
"cids": "^1.1.9",
"codeco": "^1.2.1",
"convert-array-to-csv": "^2.0.0",
"csv": "^6.3.6",
"datastore-fs": "^9.1.8",
"dids": "^5.0.2",
"dlv": "^1.1.3",
"fast-json-stable-stringify": "^2.1.0",
"ffmpeg": "^0.0.4",
"file-type": "^19.0.0",
"fluent-ffmpeg": "^2.1.2",
"got": "^14.2.0",
"ip-info": "^0.0.1",
"ipfs-http-client": "^54.0.0",
"it-to-buffer": "^4.0.5",
"jimp": "^0.22.10",
"js-sha256": "^0.11.0",
"key-did-resolver": "^4.0.0",
"kubo-rpc-client": "^3.0.2",
"magic-bytes.js": "^1.8.0",
"minio": "^7.1.3",
"mmmagic": "^0.5.3",
"moment": "^2.30.1",
"mongodb": "^6.3.0",
"multiformats": "^13.0.1",
"node-schedule": "^2.1.1",
"nodemon": "^3.0.3",
"os": "^0.1.2",
"p-queue": "^8.0.1",
"reflect-metadata": "^0.1.14",
"rxjs": "^7.8.1",
"sharp": "^0.33.2",
"swagger-ui-express": "^5.0.0",
"temp": "^0.9.4",
"uint8arrays": "^5.0.3",
"video-converter": "^1.0.0",
"winston": "^3.11.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@composedb/devtools": "^0.6.1",
"@composedb/devtools-node": "^0.6.1",
"@nestjs/testing": "^10.3.3",
"@swc/core": "^1.4.8",
"@swc/jest": "^0.2.36",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.27",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"bip39": "^3.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"key-did-provider-ed25519": "^4.0.2",
"prettier": "^3.2.4",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
},
"scripts": {
"build": "tsc",
"dev": "nodemon --exec \"node --experimental-specifier-resolution=node --max-old-space-size=3072 --no-node-snapshot --loader ts-node/esm\" src/index.ts",
"ts-node": "node --experimental-specifier-resolution=node --max-old-space-size=3072 --no-node-snapshot --loader ts-node/esm",
"lint:fix": "eslint --fix \"src/**/*.{ts,tsx}\"",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"test:report": "sensible-browser ./coverage/lcov-report/index.html",
"test": "jest --coverage",
"jest": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js"
},
"author": "",
"license": "ISC",
"type": "module"
}