qrcode-generator-es
Version:
39 lines • 780 B
JSON
{
"name": "qrcode-generator-es",
"$schema": "https://json.schemastore.org/package.json",
"version": "1.1.4",
"description": "ES二维码生成模块",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/DvShu/qrcode-generator-es.git"
},
"keywords": [
"ts",
"js",
"qrcode-generator",
"qrcode",
"es6"
],
"author": "Tenny <tenny.shu@foxmail.com>",
"license": "MulanPSL-2.0",
"devDependencies": {
"prettier": "^3.6.1",
"typescript": "^5.8.3",
"vite": "^7.0.0"
},
"files": [
"package.json",
"lib",
"index.d.ts",
"LICENSE",
"README.md",
"README.en.md"
],
"scripts": {
"dev": "vite",
"build": "tsc"
}
}