mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-22 17:39:12 +01:00
Start of plugin types refactor
This commit is contained in:
18
plugin-runtime-types/package.json
Normal file
18
plugin-runtime-types/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user