mirror of https://github.com/go-gitea/gitea.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
440 B
22 lines
440 B
{ |
|
"name": "gitea-tools", |
|
"version": "1.0.0", |
|
"description": "Build tools for Gitea", |
|
"type": "module", |
|
"private": true, |
|
"dependencies": { |
|
"fabric": "^6.0.0", |
|
"imagemin-zopfli": "^7.0.0", |
|
"svgo": "^3.0.0", |
|
"fast-glob": "^3.0.0" |
|
}, |
|
"optionalDependencies": { |
|
"canvas": "^3.2.0" |
|
}, |
|
"pnpm": { |
|
"onlyBuiltDependencies": ["canvas", "zopflipng-bin"], |
|
"overrides": { |
|
"canvas": "3.2.0" |
|
} |
|
} |
|
} |