mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 23:44:57 +02:00
* deps: update dependencies * update changelog-checker lockfile * deps: update typescript to v7 * fix: replace tsgo -> tsc * fix: replace tsgo -> tsc * deps: update other major dependencies, downgrade typescript for frontend-stack
29 lines
617 B
JSON
29 lines
617 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": "26.1.1",
|
|
"@types/wawoff2": "1.0.2",
|
|
"@typescript-eslint/eslint-plugin": "8.63.0",
|
|
"@typescript-eslint/parser": "8.63.0"
|
|
},
|
|
"dependencies": {
|
|
"@tabler/icons-webfont": "3.35.0",
|
|
"harfbuzzjs": "1.4.0",
|
|
"tsx": "4.23.0",
|
|
"wawoff2": "2.0.1"
|
|
},
|
|
"files": [
|
|
"built"
|
|
]
|
|
}
|