version 1.0.0 of the lib!

This commit is contained in:
mrjvs 2023-09-29 21:57:58 +02:00
parent 123c5cc142
commit c82a1f94b3
2 changed files with 4 additions and 3 deletions

View File

@ -4,10 +4,11 @@ package that holds all providers of movie-web.
Feel free to use for your own projects. Feel free to use for your own projects.
features: features:
- scrape popular streaming websites - scrape popular streaming websites
- works in both browser and server-side - works in both browser and server-side
Visit documentation here: https://providers.docs.movie-web.app/
## Development ## Development
To make testing scrapers easier during development a CLI tool is available to run specific sources. To run the CLI testing tool, use `npm run test:dev`. The script supports 2 execution modes To make testing scrapers easier during development a CLI tool is available to run specific sources. To run the CLI testing tool, use `npm run test:dev`. The script supports 2 execution modes

View File

@ -1,6 +1,6 @@
{ {
"name": "@movie-web/providers", "name": "@movie-web/providers",
"version": "0.0.12", "version": "1.0.0",
"description": "Package that contains all the providers of movie-web", "description": "Package that contains all the providers of movie-web",
"main": "./lib/index.umd.js", "main": "./lib/index.umd.js",
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",
@ -32,7 +32,7 @@
"bugs": { "bugs": {
"url": "https://github.com/movie-web/providers/issues" "url": "https://github.com/movie-web/providers/issues"
}, },
"homepage": "https://github.com/movie-web/providers#readme", "homepage": "https://providers.docs.movie-web.app/",
"scripts": { "scripts": {
"build": "vite build", "build": "vite build",
"test": "vitest run", "test": "vitest run",