-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.35 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
{
"name": "foxtan",
"version": "0.2.1",
"description": "Slyest imageboard engine that was ever made. Fastest one, beat by none!",
"main": "app/Application/index.js",
"scripts": {
"coverage": "nyc pnpm test",
"postinstall": "node scripts/postinstall.js",
"start": "node app/Application",
"start:dev": "node --watch --inspect=0.0.0.0:9229 --nolazy app/Application",
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BakaSolutions/foxtan.git"
},
"keywords": [
"imageboard"
],
"author": "rngnrs",
"license": "MIT",
"homepage": "https://github.com/BakaSolutions/foxtan#readme",
"dependencies": {
"@rngnrs/figurecon": "^1.2.0",
"busboy": "^1.6.0",
"canvas": "^2.11.2",
"email-validator": "^2.0.4",
"eventemitter3": "^4.0.7",
"file-type": "~16.5.4",
"ioredis": "^4.28.5",
"koa": "^2.14.2",
"koa-redis": "^4.0.1",
"koa-router": "^10.1.1",
"koa-session-minimal": "^4.0.3",
"mime-types": "^2.1.35",
"sharp": "^0.30.7",
"video-thumb": "^0.0.3",
"ws": "^7.5.9",
"xxhash": "^0.3.0"
},
"engines": {
"node": ">=18.11.0"
},
"devDependencies": {
"nyc": "^15.1.0",
"zunit": "^3.0.4"
},
"optionalDependencies": {
"knex": "^2.5.0",
"koa-mount": "^4.0.0",
"koa-static": "^5.0.0",
"pg": "^8.11.1"
}
}