mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-14 00:35:52 +02:00
* update deps
* update deps
* rollback got to v14
* Revert "rollback got to v14"
This reverts commit 780abdf7b6.
* rollback rolldown to v1.0.0-rc.15
29 lines
620 B
JSON
29 lines
620 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": "tsgo --noEmit",
|
|
"lint": "pnpm typecheck && pnpm eslint"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24.12.2",
|
|
"@types/wawoff2": "1.0.2",
|
|
"@typescript-eslint/eslint-plugin": "8.59.0",
|
|
"@typescript-eslint/parser": "8.59.0"
|
|
},
|
|
"dependencies": {
|
|
"@tabler/icons-webfont": "3.35.0",
|
|
"harfbuzzjs": "0.10.3",
|
|
"tsx": "4.21.0",
|
|
"wawoff2": "2.0.1"
|
|
},
|
|
"files": [
|
|
"built"
|
|
]
|
|
}
|