-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
48 lines (48 loc) · 1.06 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
{
"name": "@cubing/icons",
"version": "3.0.3",
"author": "The https://github.com/cubing team",
"homepage": "https://github.com/cubing/icons#readme",
"license": "MIT",
"type": "module",
"description": "Cubing Icons and Fonts",
"repository": {
"type": "git",
"url": "git+https://github.com/cubing/icons.git"
},
"bugs": {
"url": "https://github.com/cubing/icons.git/issues"
},
"main": "./dist/lib/@cubing/icons/cubing-icons.css",
"exports": {
".": {
"default": "./dist/lib/@cubing/icons/cubing-icons.css"
},
"./css": {
"default": "./dist/lib/@cubing/icons/cubing-icons.css"
},
"./js": {
"types": "./dist/lib/@cubing/icons/js/ts/index.d.ts",
"default": "./dist/lib/@cubing/icons/js/ts/index.js"
},
"./ts": {
"default": "./ts/index.ts"
}
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.1.14",
"@types/jsdom": "^21.1.7",
"fantasticon": "^3.0.0",
"jsdom": "^25.0.1",
"typescript": "^5.7.3"
},
"scripts": {
"prepublishOnly": "make prepublishOnly"
},
"files": [
"./dist/lib/",
"./js/",
"./ts/"
]
}