mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-23 16:14:53 +01:00
11 lines
180 B
JSON
11 lines
180 B
JSON
{
|
|
"name": "@yaakapp-internal/plugin",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"main": "lib/index.js",
|
|
"typings": "./lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
}
|
|
}
|