22 lines
440 B
JSON
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"
|
|
}
|
|
} |