mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-11 16:27:18 +10:00
31 lines
576 B
JSON
31 lines
576 B
JSON
{
|
|
"name": "font-size",
|
|
"description": "",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Baptiste Augrain",
|
|
"email": "daiyam@zokugun.org"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "generate-css.ts",
|
|
"scripts": {
|
|
"clean": "rimraf lib",
|
|
"lint": "xo",
|
|
"lint:fix": "xo --fix",
|
|
"prepare": "fixpack || true"
|
|
},
|
|
"dependencies": {
|
|
"@zokugun/fs-extra-plus": "^0.3.3",
|
|
"@zokugun/xtry": "^0.10.1",
|
|
"fast-glob": "^3.3.3",
|
|
"postcss": "^8.5.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.9.0",
|
|
"fixpack": "^4.0.0",
|
|
"xo": "0.60.0"
|
|
},
|
|
"keywords": []
|
|
}
|