Skip to content

Commit

Permalink
Update json files
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek24 committed Sep 6, 2023
1 parent 46e144f commit 588fd51
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@
"name": "random-cat-img",
"version": "1.1.0",
"description": "An npm module that provides random cat images. Fast and reliable.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest test/index.test.js",
"test-async": "node examples/async.example.js",
"test-promise": "node examples/promise.example.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek24/random-cat-img.git"
},
"keywords": [
"api",
"bot",
Expand Down Expand Up @@ -40,12 +29,27 @@
"random-kitten-img-apis",
"random-kittens"
],
"author": "Sefinek (https://sefinek.net) <contact@sefinek.net>",
"license": "MIT",
"homepage": "https://github.com/sefinek24/random-cat-img#readme",
"bugs": {
"url": "https://github.com/sefinek24/random-cat-img/issues"
},
"homepage": "https://github.com/sefinek24/random-cat-img#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek24/random-cat-img.git"
},
"license": "MIT",
"author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "jest test/index.test.js",
"test-async": "node examples/async.example.js",
"test-promise": "node examples/promise.example.js"
},
"devDependencies": {
"jest": "^29.6.4"
}
Expand Down

0 comments on commit 588fd51

Please sign in to comment.