forked from BearTS/tamako-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
{
"name": "tamako-api",
"version": "2.0.0",
"description": "Tamako API",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bearts/tamako-api.git"
},
"keywords": [
"microservices",
"api",
"tamako api",
"tamako-api",
"tamako"
],
"author": "Anuj Parihar <[email protected]>",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/bearts/tamako-api/issues"
},
"homepage": "https://github.com/bearts/tamako-api#readme",
"dependencies": {
"canvas": "^2.9.0",
"cheerio": "^1.0.0-rc.10",
"common-tags": "^1.8.2",
"custom-translate": "^2.2.8",
"dotenv": "^16.0.0",
"eslint": "^8.8.0",
"express": "^4.17.1",
"express-rate-limit": "^6.2.0",
"gifencoder": "^2.0.1",
"gm": "^1.23.1",
"html-entities": "^2.3.2",
"is-image-url": "^1.1.8",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"mongoose": "^6.2.0",
"node-superfetch": "^0.2.3",
"nodemon": "^2.0.15",
"path": "^0.12.7",
"random-js": "^2.1.0",
"stackblur-canvas": "^2.5.0"
}
}