bgutils-js

v3.0.0
A JavaScript library for interfacing with Botguard.
BotGuard PoToken YouTube

lint

npx eslint ./src/**/*.ts

lint:fix

npx eslint --fix ./src/**/*.ts

clean

npx rimraf ./dist ./bundle

build

npm run clean && npm run lint && npm run build:esm && npm run bundle:node

build:esm

npx tsc

bundle:node

npx esbuild ./dist/index.js --bundle --outfile=./bundle/index.cjs --platform=node --target=node10 --format=cjs --sourcemap --banner:js="/* eslint-disable */"

prepare

npm run build
npm i bgutils-js

Metadata

  • MIT
  • Whatever
  • LuanRT
  • released 10/11/2024

Downloads

Maintainers