UNPKG

otp-code-component

Version:

Google Authenticator 验证组件

42 lines (41 loc) 1.05 kB
{ "name": "otp-code-component", "version": "0.0.2", "description": "Google Authenticator 验证组件", "main": "dist/index.cjs.js", "module": "dist/index.js", "types": "dist/types/index.d.ts", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "unpkg": "dist/otp-code-component/otp-code-component.esm.js", "files": [ "dist/", "loader/" ], "scripts": { "build": "stencil build", "start": "stencil build --dev --watch --serve", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll", "generate": "stencil generate" }, "dependencies": { "@stencil/core": "^4.27.1" }, "devDependencies": { "@stencil/sass": "^3.0.8", "@types/jest": "^29.5.14", "@types/node": "^22.13.5", "jest": "^29.7.0", "jest-cli": "^29.7.0", "puppeteer": "^24.3.0" }, "license": "MIT", "keywords": [ "web-components", "stencil", "google-authenticator", "otp", "authentication" ] }