generated from spknetwork/js-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
164 lines (164 loc) · 4.79 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "acela-core",
"version": "0.0.1",
"description": "",
"main": "dist/index.js",
"author": "",
"private": true,
"license": "UNLICENSED",
"type": "module",
"dependencies": {
"@hiveio/dhive": "^1.1.0",
"@hiveio/hive-js": "^2.0.8",
"@magic-sdk/admin": "^2.1.0",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.0.0",
"@nestjs/jwt": "^10.0.1",
"@nestjs/mongoose": "^10.0.2",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/schedule": "^4.0.0",
"@nestjs/swagger": "^7.3.1",
"@nftstorage/ipfs-cluster": "github:spknetwork/ipfs-cluster",
"@otplib/core": "^12.0.1",
"@types/jsonwebtoken": "^9.0.6",
"@types/supertest": "^2.0.12",
"@web-std/fetch": "^4.1.0",
"@web-std/file": "^3.0.2",
"base58-js": "^2.0.0",
"bcryptjs": "^2.4.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"cli-progress": "^3.11.2",
"config": "^3.3.9",
"datastore-fs": "^9.1.2",
"dids": "^5.0.0",
"discord.js": "^14.11.0",
"diskusage": "^1.2.0",
"dlv": "^1.1.3",
"dotenv": "^16.0.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"graphql": "^16.6.0",
"graphql-yoga": "^3.7.0",
"it-pushable": "^3.1.2",
"jsonwebtoken": "^9.0.2",
"key-did-provider-ed25519": "^3.0.0",
"key-did-resolver": "^3.0.0",
"kubo-rpc-client": "^3.0.2",
"mailgun.js": "^10.0.0",
"minio": "^7.1.1",
"mocha": "^10.2.0",
"moment": "^2.29.4",
"mongodb": "^4.13.0",
"mongoose": "^6.10.4",
"node-schedule": "^2.1.1",
"otp": "^1.1.0",
"otplib": "^12.0.1",
"p-queue": "^7.3.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"qrcode": "^1.5.1",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1",
"slug": "^8.2.2",
"uuid": "^9.0.1",
"winston": "^3.8.2",
"ws": "^8.14.2",
"xor-distance": "^2.0.0",
"zod": "^3.23.6"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.23.3",
"@jest/globals": "^29.7.0",
"@jest/transform": "^29.7.0",
"@nestjs/cli": "^10.0.0",
"@nestjs/passport": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@types/bcryptjs": "^2.4.6",
"@types/express": "^4.17.17",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/graphql": "^14.5.0",
"@types/jest": "^29.5.2",
"@types/multer": "^1.4.7",
"@types/node": "^20.3.1",
"@types/passport-jwt": "^3.0.8",
"@types/passport-local": "^1.0.35",
"@types/supertest": "^6.0.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"axios": "^1.3.2",
"babel-jest": "^29.7.0",
"e2e": "^0.0.1",
"eslint": "^8.42.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"jest": "^29.5.0",
"jest-circus": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"mongodb-memory-server": "^9.2.0",
"nodemon": "^2.0.20",
"prettier": "^3.0.0",
"sharp": "^0.33.4",
"source-map-support": "^0.5.21",
"supertest": "^6.3.4",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^4.2.0",
"tus-js-client": "^3.1.0",
"typescript": "^5.1.3"
},
"scripts": {
"ts-node": "node --experimental-specifier-resolution=node --loader ts-node/esm",
"tsc:v": "tsc -v",
"tsc:noemit": "tsc -p tsconfig.json --noEmit",
"build": "tsc -p tsconfig.json",
"dev": "nodemon -L src/index.ts",
"start": "node --experimental-specifier-resolution=node dist/index.js",
"lint:fix": "eslint --fix \"src/**/*.{ts,tsx}\"",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"test:report": "sensible-browser ./coverage/lcov-report/index.html",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules DOTENV_CONFIG_PATH=./.env.local npx jest"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".*\\.(spec|test)\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!dids)"
],
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node",
"preset": "ts-jest/presets/default-esm",
"globals": {
"ts-jest": {
"useESM": true
}
},
"extensionsToTreatAsEsm": [
".ts"
]
}
}