We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8add29c commit e7d338bCopy full SHA for e7d338b
.gitignore
@@ -175,3 +175,4 @@ dist
175
.DS_Store
176
docs/
177
/.releaserc
178
+bundle/
package.json
@@ -1,5 +1,16 @@
1
{
2
"name": "@flowscripter/example-plugin",
3
+ "description": "Example plugin for the https://github.com/flowscripter/dynamic-plugin-framework",
4
+ "repository": "@flowscripter/example-plugin",
5
+ "license": "MIT",
6
+ "keywords": [
7
+ "bun",
8
+ "example",
9
+ "plugin",
10
+ "framework",
11
+ "dynamic",
12
+ "import"
13
+ ],
14
"module": "index.ts",
15
"type": "module",
16
"version": "1.0.5",
0 commit comments