Prepublish commit

This commit is contained in:
minicx 2023-08-18 02:20:53 +03:00
parent 376887b58d
commit 80be3ed967
2 changed files with 9 additions and 4 deletions

View file

@ -6,8 +6,8 @@
<a href="https://opensource.org/licenses/MIT" style="margin-right: 20px;">
<img src="https://img.shields.io/badge/License-MIT-blue.svg" style="width: 100%; height: auto;" alt="License: MIT">
</a>
<a href="https://www.npmjs.com/package/FlareSolverr.js">
<img src="https://badge.fury.io/js/FlareSolverr.js.svg" style="width: 100%; height: auto;" alt="npm version">
<a href="https://www.npmjs.com/package/flaresolverr.js">
<img src="https://badge.fury.io/js/flaresolverr.js.svg" style="width: 100%; height: auto;" alt="npm version">
</a>
</div>
@ -24,7 +24,7 @@ npm install flaresolverr.js # or yarn add flaresolverr.js
## Usage:
```typescript
const FlareSolverr = require('flaresolverr');
const FlareSolverr = require('flaresolverr.js');
/*
Also you can import this library via esm syntax:

View file

@ -1,5 +1,5 @@
{
"name": "@minicx/FlareSolverr.js",
"name": "flaresolverr.js",
"version": "0.0.1",
"type": "module",
"description": "Api for dockered FlareSolverr",
@ -21,6 +21,11 @@
"type": "git",
"url": "https://git.disroot.org/minicx/FlareSolverr.js.git"
},
"keywords": [
"cloudflare",
"bypass",
"cloudflare bypass"
],
"scripts": {
"build:mjs": "tsc -p tsconfig.json",
"build:cjs": "tsc -p tsconfig-cjs.json",