Start of plugin types refactor

This commit is contained in:
Gregory Schier
2024-07-31 14:56:55 -07:00
parent a3988188f3
commit 5639e358bc
18 changed files with 331 additions and 154 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "@yaakapp/api",
"version": "0.0.5",
"main": "lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"prepublish": "tsc"
},
"dependencies": {
"@types/node": "^22.0.0"
},
"devDependencies": {
"typescript": "^5.5.4"
}
}