mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 15:34:09 +01:00
13 lines
295 B
JSON
13 lines
295 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 && eslint . --ext .ts,.tsx"
|
|
}
|
|
}
|