-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.05 KB
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": "@devlife-apps/stylishc",
"version": "0.0.3",
"description": "Create stylish contributors badges with ease!",
"main": "./lib/index.js",
"bin": {
"stylishc": "lib/index.js"
},
"scripts": {
"watch": "tsc -w -p .",
"build": "tsc -p .",
"refresh": "rm -rf ./node_modules ./package-lock.json && npm install"
},
"author": "Javier Romero <root@jromero.codes>",
"license": "Apache-2.0",
"dependencies": {
"@octokit/rest": "^16.43.1",
"axios": "^0.21.2",
"sharp": "^0.25.2",
"yargs": "^15.3.1"
},
"devDependencies": {
"@types/node": "^13.9.5",
"@types/sharp": "^0.24.0",
"@types/yargs": "^15.0.4",
"typescript": "^3.8.3"
},
"directories": {
"example": "examples",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devlife-apps/stylishc.git"
},
"keywords": [
"github",
"image-generator"
],
"bugs": {
"url": "https://github.com/devlife-apps/stylishc/issues"
},
"homepage": "https://github.com/devlife-apps/stylishc#readme"
}