mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
12 lines
189 B
JSON
12 lines
189 B
JSON
{
|
|
"name": "@ignis/bridge-plugin",
|
|
"version": "0.0.0-internal",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node build.js"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.20.0"
|
|
}
|
|
}
|