Files
Pavel Kerndl c0b013f067
CI / frontend (push) Canceled after 0s
CI / api (push) Canceled after 0s
Initialize Aidoit v0.1 monorepo
2026-07-27 18:27:37 +02:00

22 lines
440 B
JSON

{
"name": "@aidoit/sdk",
"version": "0.1.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"build": "tsc --noEmit",
"lint": "tsc --noEmit",
"typecheck": "tsc --noEmit",
"test": "echo \"No SDK tests yet\""
},
"dependencies": {
"@aidoit/contracts": "workspace:*"
},
"devDependencies": {
"@aidoit/config": "workspace:*",
"typescript": "^5.8.0"
}
}