@typeform/api-client

v1.8.5
JS SDK for Typeform API
sdk typeform js

lint

eslint . --max-warnings=0

build

rm -rf ./dist && rollup -c

server

node ./tests/integration/mockServer.js

prepare

npm run build

prettier

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

test:unit

jest ./tests/unit

prepublish

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

server:dev

nodemon ./tests/integration/mockServer.js

lint-staged

lint-staged

publish:github

npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN && npm publish --registry https://npm.pkg.github.com

test:unit:watch

jest ./tests/unit --watch

semantic-release

semantic-release

test:integration

jest ./tests/integration

test:integration:watch

jest ./tests/integration --watch
npm i @typeform/[email protected]

Metadata

  • MIT
  • >=12
  • Unknown
  • released 10/4/2023

Downloads