-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.59 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.59 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
52
53
54
55
56
57
58
59
60
{
"name": "@audius/ddex-processor",
"version": "0.0.13",
"private": true,
"description": "Processes DDEX deliveries",
"main": "index.js",
"scripts": {
"start": "tsx cli.ts server",
"server": "tsx cli.ts server",
"worker": "tsx cli.ts worker",
"dev": "tsx watch cli.ts server",
"dev:server": "tsx watch cli.ts server",
"build": "",
"tsc": "tsc",
"test": "tsc && vitest run",
"test:watch": "vitest"
},
"keywords": [],
"author": "Audius",
"dependencies": {
"@audius/hedgehog": "^3.0.0-alpha.1",
"@audius/sdk": "^9.0.0",
"@aws-sdk/client-s3": "3.658.1",
"@aws-sdk/credential-provider-ini": "3.658.1",
"@hono/node-server": "^1.13.1",
"cheerio": "^1.0.0",
"commander": "^12.1.0",
"csv": "^6.3.10",
"decompress": "^4.2.1",
"domhandler": "^5.0.3",
"dotenv": "^16.4.5",
"file-type": "16.5.3",
"hashids": "^2.3.0",
"hono": "^4.6.3",
"node-localstorage": "^3.0.5",
"pm2": "^5.4.2",
"postgres": "^3.4.5",
"sharp": "^0.33.5",
"web3": "4.3.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/decompress": "^4.2.7",
"@types/node": "^22.7.6",
"@types/node-localstorage": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"daisyui": "^4.12.10",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"license": "ISC"
}