Files
yaak/plugins/importer-yaak/package.json
2025-07-06 12:47:13 -07:00

13 lines
269 B
JSON

{
"name": "@yaak/importer-yaak",
"displayName": "Yaak Importer",
"description": "Import data from Yaak export files",
"private": true,
"version": "0.1.0",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"lint": "tsc --noEmit"
}
}