-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
{
"name": "eterex-crypto-icons",
"version": "0.1.5",
"type": "module",
"description": "Eterex Crypto Icons Contains more than 420 digital currency icons",
"repository": {
"type": "git",
"url": "https://github.com/ebrahimimasod/eterex-crypto-icons"
},
"keywords": [
"masoud ebrahimi",
"eterex",
"vue",
"vite",
"digital currency icons",
"eterex",
"eterex-crypto-icons",
"crypto-icon",
"crypto"
],
"author": "Masoud Ebrahimi <[email protected]>",
"license": "ISC",
"files": [
"dist"
],
"main": "./dist/eterex-crypto-icons.umd.cjs",
"module": "./dist/eterex-crypto-icons.js",
"exports": {
".": {
"import": "./dist/eterex-crypto-icons.js",
"require": "./dist/eterex-crypto-icons.umd.cjs"
},
"./dist/style.css": "./dist/style.css"
},
"scripts": {
"prepublishOnly": "npm run build",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"path": "^0.12.7",
"vue": "^3.2.41"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"vite": "^3.2.3"
}
}