Files
yaak/plugins/importer-postman/package.json
2024-10-02 06:56:07 -07:00

11 lines
218 B
JSON

{
"name": "@yaakapp/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"
}
}