Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostKNA777 committed Aug 26, 2023
1 parent 3bc09e2 commit 96b0193
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 88 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<p align="center"><img src="https://consumet.org/images/consumetlogo.png" width="175"/></p>
<p align="center"><img src="http://www.wikimedia-app.com/assets/img/logo.svg" width="175"/></p>

<h1 align="center"> consumet.ts </h1>

Expand Down
176 changes: 88 additions & 88 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,90 +1,90 @@
{
"name": "@wikimedia/extensions",
"version": "1.5.1",
"description": "Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"version": "auto-changelog -p && git add CHANGELOG.md",
"lint": "prettier --write .",
"test": "jest",
"test:anime": "jest ./test/anime",
"test:books": "jest ./test/books/libgen.test.ts",
"test:comics": "jest ./test/comics",
"test:movies": "jest ./test/movies",
"test:manga": "jest ./test/manga",
"test:lightnovels": "jest ./test/light-novels",
"test:news": "jest ./test/news",
"test:meta": "jest ./test/meta"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/consumet/consumet.ts.git"
},
"keywords": [
"consumet",
"scraper",
"streaming",
"anime",
"books",
"comics",
"movies",
"manga",
"light-novels",
"news",
"meta"
],
"authors": [
"https://github.com/riimuru",
"https://github.com/prince-ao"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/consumet/consumet.ts/issues"
},
"homepage": "https://github.com/consumet/consumet.ts#readme",
"dependencies": {
"ascii-url-encoder": "^1.2.0",
"axios": "^0.27.2",
"cheerio": "1.0.0-rc.12",
"crypto-js": "^4.1.1",
"form-data": "^4.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-angular": "^17.6.3",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^29.5.1",
"@types/node": "^20.2.1",
"@types/ws": "^8.5.4",
"auto-changelog": "^2.4.0",
"husky": "^8.0.3",
"request": "^2.88.2",
"cloudscraper": "^4.6.0",
"is-ci": "^3.0.1",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"auto-changelog": {
"template": "keepachangelog",
"preset": "typescript-preset-eslint",
"output": "CHANGELOG.md",
"commitUrl": "https://github.com/consumet/consumet.ts/commit/{id}",
"compareUrl": "https://github.com/consumet/consumet.ts/compare/{from}...{to}",
"issueUrl": "https://github.com/consumet/consumet.ts/issues/{id}",
"mergeUrl": "https://github.com/consumet/consumet.ts/pull/{id}"
},
"directories": {
"doc": "docs",
"example": "examples",
"test": "test",
"lib": "src"
}
"name": "wikimedia-extensions",
"version": "1.5.1",
"description": "Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"version": "auto-changelog -p && git add CHANGELOG.md",
"lint": "prettier --write .",
"test": "jest",
"test:anime": "jest ./test/anime",
"test:books": "jest ./test/books/libgen.test.ts",
"test:comics": "jest ./test/comics",
"test:movies": "jest ./test/movies",
"test:manga": "jest ./test/manga",
"test:lightnovels": "jest ./test/light-novels",
"test:news": "jest ./test/news",
"test:meta": "jest ./test/meta"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wikimediapp/wikiextensions.git"
},
"keywords": [
"consumet",
"scraper",
"streaming",
"anime",
"books",
"comics",
"movies",
"manga",
"light-novels",
"news",
"meta"
],
"authors": [
"https://github.com/riimuru",
"https://github.com/prince-ao"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/consumet/consumet.ts/issues"
},
"homepage": "https://github.com/consumet/consumet.ts#readme",
"dependencies": {
"ascii-url-encoder": "^1.2.0",
"axios": "^0.27.2",
"cheerio": "1.0.0-rc.12",
"crypto-js": "^4.1.1",
"form-data": "^4.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-angular": "^17.6.3",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^29.5.1",
"@types/node": "^20.2.1",
"@types/ws": "^8.5.4",
"auto-changelog": "^2.4.0",
"husky": "^8.0.3",
"request": "^2.88.2",
"cloudscraper": "^4.6.0",
"is-ci": "^3.0.1",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"auto-changelog": {
"template": "keepachangelog",
"preset": "typescript-preset-eslint",
"output": "CHANGELOG.md",
"commitUrl": "https://github.com/consumet/consumet.ts/commit/{id}",
"compareUrl": "https://github.com/consumet/consumet.ts/compare/{from}...{to}",
"issueUrl": "https://github.com/consumet/consumet.ts/issues/{id}",
"mergeUrl": "https://github.com/consumet/consumet.ts/pull/{id}"
},
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"author": "GhostKNA"
}

0 comments on commit 96b0193

Please sign in to comment.