UNPKG

@microblink/blinkid-in-browser-sdk

Version:

A simple ID scanning library for WebAssembly-enabled browsers.

24 lines (23 loc) 852 B
{ "main": "dist/index.cjs.js", "module": "dist/index.js", "collection": "dist/collection/collection-manifest.json", "types": "dist/types/components.d.ts", "scripts": { "build": "stencil build --docs --config=stencil.config.ts", "check-types": "tsc --p ./tsconfig.json --noEmit", "clean": "rimraf demo dist docs loader resources", "generate": "stencil generate", "prepare-assets": "cp -r ../resources/ resources", "start": "stencil build --dev --watch --serve --config=stencil.config.ts", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll" }, "devDependencies": { "@stencil/core": "~2.3.0", "@stencil/sass": "^1.3.2", "rimraf": "^3.0.2", "typescript": "^4.0.5" }, "private": true }