mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-18 21:57:44 +01:00
12 lines
243 B
JSON
12 lines
243 B
JSON
{
|
|
"name": "@yaak/importer-postman",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"main": "./build/index.js",
|
|
"scripts": {
|
|
"build": "yaakcli build ./src/index.js",
|
|
"dev": "yaakcli dev ./src/index.js",
|
|
"lint": "tsc --noEmit"
|
|
}
|
|
}
|