mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 22:37:29 +00:00
15 lines
340 B
JSON
15 lines
340 B
JSON
{
|
|
"name": "@logicsrc/sdk",
|
|
"version": "0.1.0",
|
|
"description": "LogicSRC SDK contract types and client interface.",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"test": "vitest run src"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^4.0.8"
|
|
}
|
|
}
|