feat: improved plugin structure

This commit is contained in:
Morten Olsen
2023-09-06 22:58:51 +02:00
parent 89c0271fc5
commit a81afc9221
16 changed files with 366 additions and 282 deletions

View File

@@ -25,5 +25,8 @@
"build": "tsc --build configs/tsconfig.libs.json"
},
"types": "./dist/cjs/types/index.d.ts",
"version": "0.1.8"
"version": "0.1.8",
"dependencies": {
"@sinclair/typebox": "^0.31.14"
}
}