UNPKG

@sec-ant/qr-code-generator

Version:
68 lines (67 loc) 1.69 kB
{ "name": "@sec-ant/qr-code-generator", "description": "A QR Code generator in Typescript", "private": false, "version": "1.0.3", "type": "module", "files": [ "./dist" ], "exports": { ".": { "import": "./dist/index.js", "default": "./dist/index.js" } }, "repository": { "type": "git", "url": "git+https://github.com/Sec-ant/qr-code-generator.git" }, "homepage": "https://github.com/Sec-ant/qr-code-generator", "bugs": { "url": "https://github.com/Sec-ant/qr-code-generator/issues", "email": "zzwu@zju.edu.cn" }, "keywords": [ "typescript", "qr-code-generator", "lib" ], "author": { "name": "Ze-Zheng Wu" }, "license": "MIT", "config": {}, "publishConfig": { "provenance": true, "access": "public" }, "scripts": { "type-check": "tsc --noEmit --emitDeclarationOnly false", "prebuild": "npm run type-check", "build": "vite build", "postbuild": "tsc", "test": "vitest", "test:ui": "vitest --ui", "prepublishOnly": "npm run build", "ncu": "npx npm-check-updates -u", "postncu": "npm i" }, "devDependencies": { "@commitlint/cli": "^17.7.1", "@commitlint/config-conventional": "^17.7.0", "@semantic-release/git": "^10.0.1", "@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/parser": "^6.7.0", "@vitest/browser": "^0.34.4", "@vitest/coverage-istanbul": "^0.34.4", "@vitest/ui": "^0.34.4", "eslint": "^8.49.0", "npm-check-updates": "^16.13.3", "playwright": "^1.37.1", "semantic-release": "^21.1.1", "typescript": "^5.2.2", "vite": "^4.4.9", "vitest": "^0.34.4" } }