mirror of
https://github.com/ryanwtf7/hianime-api.git
synced 2026-04-17 13:31:44 +00:00
fix: explicit lowercasing for ghcr and add repository metadata
This commit is contained in:
10
package.json
10
package.json
@@ -1,7 +1,15 @@
|
||||
{
|
||||
"name": "hianime-api",
|
||||
"version": "2.1.3",
|
||||
"version": "2.0.0",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ryanwtf7/hianime-api.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ryanwtf7/hianime-api/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ryanwtf7/hianime-api#readme",
|
||||
"scripts": {
|
||||
"dev": "bun run --hot index.ts",
|
||||
"start": "bun index.ts",
|
||||
|
||||
Reference in New Issue
Block a user