-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@intosoft/qrcode",
"version": "0.1.4",
"description": "The best tool for QR Code generation in JavaScript (React, React Native, Node.js, VueJS, Angular, JQuery, VanillaJS)",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/Intosoft/qrcode",
"repository": {
"type": "git",
"url": "git+https://github.com/Intosoft/qrcode.git"
},
"scripts": {
"build": "rimraf ./dist && tsup && cd ./packages/react-native && yarn && yarn build",
"unused-exports": "ts-unused-exports ./tsconfig.json --excludePathsFromReport='index.ts;/dist;/examples;src/generateContent.ts;src/config.ts;tsup.config.ts'",
"tsc": "tsc --noEmit",
"lint": "yarn format && yarn eslint && yarn unused-exports",
"format": "prettier --check .",
"eslint": "eslint .",
"lint:fix": "eslint --fix ."
},
"author": {
"name": "Sakul Budhathoki",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"qrcode": "github:sakul-budhathoki/node-qrcode#feat/core"
},
"devDependencies": {
"@types/qrcode": "^1.5.5",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-unused-exports": "^10.0.1",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"QR code generator",
"QR code customization",
"JavaScript QR code tool",
"React QR code",
"React Native QR code",
"Node.js QR code",
"VueJS QR code",
"Angular QR code",
"VanillaJS QR code",
"QR code design",
"Custom QR code shapes",
"QR code with logo",
"QR code color customization",
"High-resolution QR codes",
"Print quality QR codes",
"Open-source QR code tool",
"QR code branding",
"Gradient QR codes",
"Error correction QR codes",
"QR code integration"
]
}