forked from etienne-sandbox/koa-movie-review
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 967 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
39
{
"name": "koa-movie-review",
"version": "1.0.0",
"description": "API for a Movie review site",
"main": "index.js",
"scripts": {
"dev": "backpack dev",
"build": "backpack build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etienne-dldc/koa-movie-review.git"
},
"keywords": [],
"author": "Etienne Dldc",
"license": "MIT",
"bugs": {
"url": "https://github.com/etienne-dldc/koa-movie-review/issues"
},
"homepage": "https://github.com/etienne-dldc/koa-movie-review#readme",
"devDependencies": {
"backpack-core": "^0.8.4"
},
"dependencies": {
"@koa/cors": "^3.1.0",
"@koa/router": "^9.4.0",
"@lukeed/uuid": "^1.0.1",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"fs-extra": "^9.0.1",
"knex": "^0.21.5",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-error": "^3.2.0",
"koa-helmet": "^5.2.0",
"sqlite3": "^5.0.0",
"zod": "^1.11.8"
}
}