bgutils-js

v1.1.0
A JavaScript library for interfacing with Botguard.
BotGuard PoToken YouTube

lint

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

build

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

clean

npx rimraf ./dist ./bundle

prepare

npm run build

lint:fix

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

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 */"

Metadata

  • MIT
  • Whatever
  • LuanRT
  • released 8/22/2024

Downloads

Maintainers