@netlify/serverless-functions-api

v1.29.0
The runtime API for Netlify Functions

build

run-s build:*

build:pre

rm -rf dist

build:bundle

node scripts/build.js

build:types

tsc

dev:watch

tsc -w

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 format:check-fix:*

format:ci

run-s 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:dev:vitest

vitest run

test:dev:vitest:watch

vitest watch

test:ci

run-s build test:ci:*

test:ci:vitest

vitest run --coverage
npm i @netlify/serverless-functions-api

Metadata

  • MIT
  • >=18.0.0
  • Netlify Inc.
  • released 10/1/2024

Downloads