-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "bangumi-mosaic-tile",
"version": "0.0.0",
"description": "Mosaic tile chart for Bangumi.tv",
"main": "server.js",
"scripts": {
"start": "node server.js",
"lint": "eslint controllers lib models app.js server.js config.js",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weizhenye/bangumi-mosaic-tile.git"
},
"bugs": {
"url": "https://github.com/weizhenye/bangumi-mosaic-tile/issues"
},
"homepage": "https://github.com/weizhenye/bangumi-mosaic-tile",
"author": "Zhenye Wei",
"license": "MIT",
"private": true,
"engines": {
"node": "16"
},
"dependencies": {
"@google-cloud/datastore": "^5.1.0",
"cheerio": "^1.0.0-rc.12",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-compress": "^4.0.1",
"koa-conditional-get": "^2.0.0",
"koa-etag": "^3.0.0",
"koa-hbs": "^1.0.0",
"koa-mount": "^4.0.0",
"koa-route": "^3.2.0",
"koa-static": "^5.0.0",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"eslint": "^8.24.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
}
}