-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1022 Bytes
/
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
{
"name": "nerimity-cdn-ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "tsup --onSuccess \"node --env-file=.env --enable-source-maps dist/index.js\"",
"bundle": "tsup",
"dev": "tsup --watch --onSuccess \"node --env-file=.env --enable-source-maps dist/index.js\"",
"build": "pnpm bundle",
"test": "pnpm build && pnpm mocha ./test/*.test.js"
},
"devDependencies": {
"@types/chai": "^5.0.0",
"@types/gm": "^1.25.4",
"chai": "^5.1.1",
"mocha": "^10.7.3",
"prisma": "^5.20.0",
"tsup": "^8.1.0",
"typescript": "^5.5.2"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@nerimity/flakeid": "^1.0.3",
"@nerimity/mimiqueue": "^1.2.3",
"@prisma/client": "5.20.0",
"@types/node": "^22.6.1",
"get-audio-duration": "^4.0.1",
"gm": "^1.25.0",
"hyper-express": "^6.17.2",
"redis": "^4.7.0",
"sharp": "^0.33.5",
"stream-mime-type": "^2.0.0"
}
}