-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.1 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
{
"name": "v-qr-code-next",
"version": "0.2.7",
"description": "The qr-code based on Vite",
"type": "module",
"files": [
"dist/v-qr-code-next.es.js",
"dist/v-qr-code-next.umd.js",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"main": "dist/v-qr-code-next.umd.js",
"module": "dist/v-qr-code-next.es.js",
"exports": {
".": {
"import": "./dist/v-qr-code-next.es.js",
"require": "./dist/v-qr-code-next.umd.js"
}
},
"keywords": [
"vite",
"qrcode",
"qr-code",
"vanilla-qrcode",
"vanilla-qr-code",
"vite-qrcode",
"vite-qr-code",
"vite5",
"vite5-qrcode",
"vite5-qr-code"
],
"author": "Niko Ni",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/v-poc/vite-qr-code.git"
},
"bugs": {
"url": "https://github.com/v-poc/vite-qr-code/issues"
},
"homepage": "https://github.com/v-poc/vite-qr-code/blob/main/README.md",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"start": "vite"
},
"devDependencies": {
"vite": "latest"
}
}