mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-16 04:37:44 +01:00
13 lines
275 B
JSON
13 lines
275 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",
|
|
"test": "vitest --run tests"
|
|
}
|
|
}
|