mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 23:43:55 +01:00
13 lines
265 B
JSON
13 lines
265 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"
|
|
}
|
|
}
|