dynamic-vietqr
Version:
A class generate dynamic VietQR
40 lines (39 loc) • 985 B
JSON
{
"name": "dynamic-vietqr",
"version": "0.0.81",
"description": "A class generate dynamic VietQR",
"main": "lib/index.js",
"typed": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"start": "node .",
"dev": "nodemon src/index.ts",
"prepare": "yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/khoativi/dynamic-vietqr.git"
},
"keywords": [
"nodejs",
"qrcode",
"vietqr",
"napas"
],
"homepage": "https://github.com/khoativi/dynamic-vietqr#README",
"author": "Khoa Tran <khoatv.cntt@gmail.com>",
"license": "MIT",
"files": [
"lib"
],
"devDependencies": {
"@types/node": "^20.5.4",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"crc": "^4.3.2"
},
"packageManager": "yarn@1.22.19+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
}