@typeform/api-client

v2.1.0
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

release

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

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

typeform-api

node ./dist/bin

publish:github

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

test:unit:watch

jest ./tests/unit --watch

test:integration

jest ./tests/integration

test:integration:watch

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

Metadata

  • MIT
  • >=12
  • Unknown
  • released 2/8/2024

Downloads