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",
"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",
"typings": "./lib/src/index.d.ts",
"scripts": {
@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/h3poteto/megalodon.git"
"url": "git+https://codeberg.org/calckey/megalodon.git"
},
"keywords": [
"mastodon",
@ -25,10 +25,10 @@
"rest",
"proxy"
],
"author": "h3poteto",
"author": "thatonecalculator",
"license": "MIT",
"bugs": {
"url": "https://github.com/h3poteto/megalodon/issues"
"url": "https://codeberg.org/calckey/megalodon/issues"
},
"jest": {
"moduleFileExtensions": [
@ -53,7 +53,7 @@
},
"testEnvironment": "node"
},
"homepage": "https://github.com/h3poteto/megalodon#readme",
"homepage": "https://codeberg.org/calckey/megalodon",
"dependencies": {
"@types/oauth": "^0.9.0",
"@types/ws": "^8.5.4",

View file

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