-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.49 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
{
"name": "@mh.alijany/crypto-icons",
"version": "0.2.1",
"description": "A set of icons for all the main cryptocurrencies and altcoins, Whit tools such as Sharp & SvgJs to image processing and modifying SVG icons.",
"main": "dist/index.js",
"scripts": {
"tsc": "tsc -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "dist/index.d.ts",
"prepublish": "npm run tsc",
"contributors": [
{
"name": "Mohammad hosein Alijany",
"email": "[email protected]"
},
{
"name": "Farhaan Aqaei",
"email": "[email protected]"
}
],
"license": "MIT",
"lint": "eslint . --ext .ts",
"files": [
"dist/"
],
"devDependencies": {
"@types/color": "^3.0.2",
"@types/jsdom": "^16.2.10",
"@types/sharp": "^0.28.3",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"eslint": "^7.27.0",
"prettier": "^2.3.0",
"typescript": "^4.3.2"
},
"dependencies": {
"@svgdotjs/svg.js": "^3.0.16",
"color": "^3.1.3",
"jsdom": "^16.6.0",
"sharp": "^0.30.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alijany/crypto-icons.git"
},
"keywords": [
"crypto",
"bitcoin",
"icons",
"icon-pack",
"svg-icons",
"cryptocurrencies",
"sharp",
"svg-js"
],
"bugs": {
"url": "https://github.com/alijany/crypto-icons/issues"
},
"homepage": "https://github.com/alijany/crypto-icons#readme"
}