This commit is contained in:
ThatOneCalculator 2023-02-08 11:21:16 -08:00
parent 93c54225d7
commit 7ffde23d42
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "@thatonecalculator/megalodon", "name": "@thatonecalculator/megalodon",
"version": "5.1.2", "version": "5.1.2",
"description": "Mastodon API client for node.js and browser", "description": "Mastodon+Calckey API client for node.js and browser",
"main": "./lib/src/index.js", "main": "./lib/src/index.js",
"typings": "./lib/src/index.d.ts", "typings": "./lib/src/index.d.ts",
"scripts": { "scripts": {
@ -15,7 +15,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/h3poteto/megalodon.git" "url": "git+https://codeberg.org/calckey/megalodon.git"
}, },
"keywords": [ "keywords": [
"mastodon", "mastodon",
@ -25,10 +25,10 @@
"rest", "rest",
"proxy" "proxy"
], ],
"author": "h3poteto", "author": "thatonecalculator",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/h3poteto/megalodon/issues" "url": "https://codeberg.org/calckey/megalodon/issues"
}, },
"jest": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": [
@ -53,7 +53,7 @@
}, },
"testEnvironment": "node" "testEnvironment": "node"
}, },
"homepage": "https://github.com/h3poteto/megalodon#readme", "homepage": "https://codeberg.org/calckey/megalodon",
"dependencies": { "dependencies": {
"@types/oauth": "^0.9.0", "@types/oauth": "^0.9.0",
"@types/ws": "^8.5.4", "@types/ws": "^8.5.4",

View file

@ -1,3 +1,3 @@
{ {
"private": true "private": false
} }