@typeform/api-client

v2.4.4
JS SDK for Typeform API
sdk typeform js

test:unit

jest ./tests/unit

test:unit:watch

jest ./tests/unit --watch

test:integration

jest ./tests/integration

test:integration:watch

jest ./tests/integration --watch

build

rm -rf ./dist && rollup -c

prepublish

in-publish && npm run build || not-in-publish

prepare

npm run build

lint

eslint . --max-warnings=0

lint-staged

lint-staged

prettier

prettier --write . --ignore-path .eslintignore

release

npm config set @typeform:registry https://registry.npmjs.org/ && yarn semantic-release

server

node ./tests/integration/mockServer.js

server:dev

nodemon ./tests/integration/mockServer.js

publish:github

npm config set @typeform:registry https://npm.pkg.github.com/ && npm publish

typeform-api

node ./dist/bin
npm i @typeform/api-client

Metadata

  • MIT
  • >=12
  • Unknown
  • released 9/17/2024

Downloads