Files
yaak/plugins/themes-yaak/package.json
Gregory Schier fa98351e30 Fix lint
2025-09-21 08:04:47 -07:00

13 lines
264 B
JSON

{
"name": "@yaak/themes-yaak",
"displayName": "Yaak Themes",
"description": "Default themes for Yaak",
"private": true,
"version": "0.1.0",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"lint":"eslint . --ext .ts,.tsx"
}
}