@ozen-ui/fonts
Version:
A collection of fonts
25 lines • 497 B
JSON
{
"name": "@ozen-ui/fonts",
"version": "0.73.0",
"description": "A collection of fonts",
"license": "MIT",
"main": "style.css",
"keywords": [
"Özen-UI",
"Design system",
"fonts",
"roboto"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rimraf .turbo",
"test": "exit 0",
"lint:css": "stylelint --fix **/*.css",
"lint": "pnpm lint:css",
"release": "pnpm publish",
"build": "exit 0",
"type-check": "exit 0"
}
}