mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 21:23:40 +01:00
20 lines
326 B
JSON
20 lines
326 B
JSON
{
|
|
"name": "@yaakapp/api",
|
|
"version": "0.1.13",
|
|
"main": "lib/index.js",
|
|
"typings": "./lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^22.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|