mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-19 07:54:23 +01:00
13 lines
279 B
JSON
13 lines
279 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":"eslint . --ext .ts,.tsx"
|
|
}
|
|
}
|