-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
55 lines (55 loc) · 1.26 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": "@phosphor-icons/web",
"version": "2.1.1",
"description": "A clean and friendly icon family for web",
"main": "src/index.js",
"files": [
"src"
],
"exports": {
"./regular": "./src/regular/style.css",
"./thin": "./src/thin/style.css",
"./light": "./src/light/style.css",
"./bold": "./src/bold/style.css",
"./fill": "./src/fill/style.css",
"./duotone": "./src/duotone/style.css",
"./*": "./src/*"
},
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "npx http-server -o /test",
"format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,vue}\"",
"transform": "tsx ./scripts/transform.ts",
"icomoon": "tsx ./scripts/icomoon.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phosphor-icons/web.git"
},
"keywords": [
"icons",
"icon-pack",
"web",
"html",
"css",
"svg",
"svg-icons",
"icon-font"
],
"author": "rektdeckard",
"license": "MIT",
"bugs": {
"url": "https://github.com/phosphor-icons/web/issues"
},
"homepage": "https://phosphoricons.com",
"devDependencies": {
"@types/node": "18",
"chalk": "^4.1.0",
"prettier": "^3.1.1",
"svgson": "^5.2.1",
"tsx": "^4.7.0"
}
}