summaryrefslogtreecommitdiff
path: root/packages/icons-subsetter/package.json
blob: f39ae67f3eb5abbde5ea269f77f1d53e4fb4a289 (plain)
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
{
	"name": "icons-subsetter",
	"version": "0.0.0",
	"private": true,
	"description": "Subset tabler-icons webfont",
	"type": "module",
	"scripts": {
		"build": "tsx src/generator.ts",
		"eslint": "eslint src/**/*.ts",
		"typecheck": "tsgo --noEmit",
		"lint": "pnpm typecheck && pnpm eslint"
	},
	"devDependencies": {
		"@types/node": "24.10.12",
		"@types/wawoff2": "1.0.2",
		"@typescript-eslint/eslint-plugin": "8.54.0",
		"@typescript-eslint/parser": "8.54.0"
	},
	"dependencies": {
		"@tabler/icons-webfont": "3.35.0",
		"harfbuzzjs": "0.8.0",
		"tsx": "4.21.0",
		"wawoff2": "2.0.1"
	},
	"files": [
		"built"
	]
}