@dfinity/agent

v0.0.0-pre.identity-provider.14
JavaScript and TypeScript library to interact with the Internet Computer

ci

npm run prettier && npm run lint && npm run build && npm run test

lint

npm run eslint && npm run tslint

test

jest --verbose

build

tsc -b

bundle

npm run build

eslint

eslint --ext '.js,.jsx,.ts,.tsx' src/index.ts src/auth.ts src/log.ts src/request_id.ts src/request_id.test.ts

tslint

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

prettier

prettier --check "src/**/*.ts"

eslint:fix

npm run lint -- --fix

tslint:fix

npm run lint -- --fix

prettier:write

npm run prettier -- --write
npm i @dfinity/[email protected]

Metadata

Downloads