-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.6 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
{
"name": "simple-icons-extreme",
"version": "0.2.5",
"author": "LitoMore",
"repository": "https://github.com/LitoMore/simple-icons-extreme",
"license": "MIT",
"type": "module",
"exports": {
".": "./distribution/index.js",
"./icons.json": "./distribution/icons.json"
},
"types": "distribution",
"files": [
"distribution",
"icons"
],
"scripts": {
"prepublishOnly": "npm run build",
"prebuild": "npm run clean",
"build": "bun scripts/build.ts",
"bump": "bun scripts/bump.ts",
"clean": "del-cli distribution icons",
"test": "xo && bun test"
},
"keywords": [
"svg",
"icons",
"brands",
"logos"
],
"devDependencies": {
"@simple-icons/01": "npm:simple-icons@^1.20.0",
"@simple-icons/02": "npm:simple-icons@^2.19.0",
"@simple-icons/03": "npm:simple-icons@^3.13.0",
"@simple-icons/04": "npm:simple-icons@^4.25.0",
"@simple-icons/05": "npm:simple-icons@^5.24.0",
"@simple-icons/06": "npm:simple-icons@^6.23.0",
"@simple-icons/07": "npm:simple-icons@^7.21.0",
"@simple-icons/08": "npm:simple-icons@^8.15.0",
"@simple-icons/09": "npm:simple-icons@^9.21.0",
"@simple-icons/10": "npm:simple-icons@^10.4.0",
"@simple-icons/11": "npm:simple-icons@^11.15.0",
"@simple-icons/12": "npm:simple-icons@^12.4.0",
"@simple-icons/13": "npm:simple-icons@^13.21.0",
"@simple-icons/14": "npm:simple-icons@^14.6.0",
"@simple-icons/extreme": "npm:simple-icons-extreme@latest",
"@simple-icons/latest": "npm:simple-icons@^14.6.0",
"@types/bun": "latest",
"del-cli": "^6.0.0",
"eslint-plugin-import": "^2.31.0",
"typescript": "^5.7.3",
"xo": "^0.60.0"
},
"packageManager": "bun"
}