generated from Borodutch/backend-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.72 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
{
"name": "framelo",
"version": "1.0.0",
"description": "Backend starter template",
"main": "dist/server.js",
"repository": "https://github.com/Borodutch/framelo",
"author": "backmeupplz <[email protected]>",
"prettier": "@big-whale-labs/prettier-config",
"license": "MIT",
"scripts": {
"distribute": "yarn build && node dist/server.js",
"start": "tsc-watch --skipLibCheck --onSuccess 'node dist/server.js'",
"build": "tsc --skipLibCheck",
"pretty": "prettier --check src",
"lint": "yarn pretty && eslint --max-warnings 0 ./src/",
"lint-fix": "yarn eslint ./src/ --fix"
},
"dependencies": {
"@hapi/boom": "^10.0.1",
"@koa/cors": "^5.0.0",
"@pelevesque/elo": "^2.0.9",
"@standard-crypto/farcaster-js": "^7.2.0",
"amala": "^10.0.8",
"axios": "^1.6.7",
"canvas": "^2.11.2",
"dotenv": "^16.4.1",
"download": "^8.0.0",
"envalid": "^8.0.0",
"koa": "^2.15.0",
"koa-bodyparser": "^4.4.1",
"koa-router": "^12.0.1",
"mongoose": "^8.1.1",
"sharp": "^0.33.2",
"ultimate-text-to-image": "^1.0.1"
},
"devDependencies": {
"@big-whale-labs/bwl-eslint-backend": "^1.0.5",
"@big-whale-labs/prettier-config": "^1.1.3",
"@rushstack/eslint-patch": "^1.7.2",
"@typegoose/typegoose": "^12.1.0",
"@types/download": "^8",
"@types/koa": "^2.14.0",
"@types/koa-bodyparser": "^4.3.12",
"@types/koa-router": "^7.4.8",
"@types/koa__cors": "^5.0.0",
"@types/node": "^20.11.16",
"eslint": "^8.56.0",
"module-alias": "^2.2.3",
"prettier": "^3.2.5",
"source-map-support": "^0.5.21",
"tsc-watch": "^6.0.4",
"typescript": "^5.3.3"
},
"_moduleAliases": {
"@": "dist"
},
"packageManager": "[email protected]"
}