UNPKG

sth-qrcode

Version:

A web component to generate QR codes for SmartHoldem payments.

59 lines (58 loc) 1.51 kB
{ "name": "sth-qrcode", "version": "0.0.8", "description": "A web component to generate QR codes for SmartHoldem payments.", "main": "dist/sthqrcode.js", "types": "dist/types/index.d.ts", "collection": "dist/collection/collection-manifest.json", "files": [ "dist/" ], "keywords": [ "smartholdem", "ships" ], "browser": "dist/sthqrcode.js", "scripts": { "build": "stencil build", "dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\" ", "serve": "stencil-dev-server", "start": "npm run dev", "test": "jest --no-cache", "test.watch": "jest --watch --no-cache" }, "dependencies": { "@stencil/core": "^0.7.20", "@stencil/sass": "0.0.3", "qrious": "^4.0.2" }, "devDependencies": { "@stencil/dev-server": "latest", "@stencil/utils": "latest", "@types/jest": "^21.1.1", "jest": "^21.2.1" }, "repository": { "type": "git", "url": "git+https://github.com/smartholdem/sth-qrcode.git" }, "author": "SmartHoldemDev <team@smartholdem.io>", "license": "MIT", "bugs": { "url": "https://github.com/smartholdem/sth-qrcode" }, "homepage": "https://github.com/smartholdem/sth-qrcode", "jest": { "transform": { "^.+\\.(ts|tsx)$": "<rootDir>/node_modules/@stencil/core/testing/jest.preprocessor.js" }, "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "json", "jsx" ] } }