-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.62 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
{
"name": "image-optimizer",
"version": "1.4.4",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=production node dist/bootstrap.js",
"dev": "NODE_ENV=development nodemon",
"build": "rm -rf dist && swc src -d dist --source-maps --copy-files",
"cli": "ts-node -r dotenv/config -r tsconfig-paths/register -O \"{\\\"module\\\": \\\"commonjs\\\", \\\"target\\\": \\\"es2019\\\"}\" scripts/index.ts"
},
"devDependencies": {
"@swc/cli": "^0.1.59",
"@swc/core": "^1.3.26",
"@swc/helpers": "^0.4.14",
"@types/cors": "^2",
"@types/express": "^4.17.15",
"@types/morgan": "^1.9.3",
"@types/node": "^18",
"@types/node-cron": "^3.0.7",
"@types/object-hash": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.19",
"prettier": "^2.8.3",
"ts-node": "^10.9.1",
"tsc-alias": "^1.7.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@sentry/node": "^7.113.0",
"@sentry/profiling-node": "^7.113.0",
"axios": "^1.2.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fluent-ffmpeg": "^2.1.2",
"fp-ts": "^2.13.1",
"helmet": "^7.1.0",
"io-ts": "^2.2.20",
"io-ts-types": "^0.5.19",
"ioredis": "^5.2.5",
"js-logger": "^1.6.1",
"monocle-ts": "^2.3.13",
"morgan": "^1.10.0",
"newtype-ts": "^0.3.5",
"object-hash": "^3.0.0",
"sharp": "^0.33.3"
},
"packageManager": "[email protected]"
}