31 lines
		
	
	
		
			667 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			667 B
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
| 	"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": "tsc --noEmit",
 | |
| 		"lint": "pnpm typecheck && pnpm eslint"
 | |
| 	},
 | |
| 	"devDependencies": {
 | |
| 		"@types/node": "22.17.0",
 | |
| 		"@types/wawoff2": "1.0.2",
 | |
| 		"@typescript-eslint/eslint-plugin": "8.38.0",
 | |
| 		"@typescript-eslint/parser": "8.38.0"
 | |
| 	},
 | |
| 	"dependencies": {
 | |
| 		"@tabler/icons-webfont": "3.34.1",
 | |
| 		"harfbuzzjs": "0.4.8",
 | |
| 		"tiny-glob": "0.2.9",
 | |
| 		"tsx": "4.20.3",
 | |
| 		"typescript": "5.9.2",
 | |
| 		"wawoff2": "2.0.1"
 | |
| 	},
 | |
| 	"files": [
 | |
| 		"built"
 | |
| 	]
 | |
| }
 |