@typeform/api-client

v1.6.5
JS SDK for Typeform API
sdk typeform js

lint

tslint --project tsconfig.json --config tslint.json

build

rm -rf ./dist && rollup -c

server

node ./tests/integration/mockServer.js

prepare

npm run build

test:unit

jest ./tests/unit

prepublish

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

server:dev

nodemon ./tests/integration/mockServer.js

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 5/21/2020

Downloads