mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-15 08:13:27 +01:00
19 lines
291 B
JSON
19 lines
291 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|