@netlify/blobs

v8.1.0
A JavaScript client for the Netlify Blob Store

build

run-s build:*

build:check

tsc

build:transpile

node build.mjs

dev

node build.mjs --watch

prepare

husky install node_modules/@netlify/eslint-config-node/.husky/

prepublishOnly

npm ci && npm test

prepack

npm run build

test

run-s build format test:dev

format

run-s build format:check-fix:*

format:ci

run-s build format:check:*

format:check-fix:lint

run-e format:check:lint format:fix:lint

format:check:lint

cross-env-shell eslint $npm_package_config_eslint

format:fix:lint

cross-env-shell eslint --fix $npm_package_config_eslint

format:check-fix:prettier

run-e format:check:prettier format:fix:prettier

format:check:prettier

cross-env-shell prettier --check $npm_package_config_prettier

format:fix:prettier

cross-env-shell prettier --write $npm_package_config_prettier

test:dev

run-s build test:dev:*

test:ci

run-s build test:ci:*

test:dev:vitest

vitest run

test:dev:vitest:watch

vitest watch

test:ci:vitest

vitest run
npm i @netlify/blobs

Metadata

  • MIT
  • ^14.16.0 || >=16.0.0
  • Netlify Inc.
  • released 10/11/2024

Downloads