forked from hawtim/badge-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "badge-collection",
"version": "1.0.0",
"description": "收集各种有意思的徽章,帮助你创建更加好看的 `README.md`,查看我的[示例](https://github.com/hawtim/hawtim),欢迎 PR!",
"scripts": {
"lint": "npx prettier --write .",
"build-ftb": "node scripts/index.js for-the-badge",
"build-default": "node scripts/index.js",
"build": "npm run build-default && npm run build-ftb"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hawtim/badge-collection.git"
},
"author": "hawtim<hawtimzhang@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hawtim/badge-collection/issues"
},
"homepage": "https://github.com/hawtim/badge-collection#readme"
}