-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
/
package.json
25 lines (25 loc) · 808 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
{
"name": "indie-chinese-blogs",
"version": "1.0.0",
"description": "[![](https://badgen.net/badge/icon/telegram?icon=telegram&label)](https://t.me/indieBlogs) [![](https://badgen.net/badge/icon/patrons/orange?icon=patreon&label)](https://www.patreon.com/timqian)",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timqian/indie-chinese-blogs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/timqian/indie-chinese-blogs/issues"
},
"homepage": "https://github.com/timqian/indie-chinese-blogs#readme",
"dependencies": {
"graphql": "^16.8.1",
"graphql-request": "^4.3.0",
"markdown-table": "^1.1.3"
}
}