12 lines
220 B
JSON
12 lines
220 B
JSON
{
|
|
"name": "@multi-simadmin/contracts",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": "./src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"typecheck": "tsc -p tsconfig.json"
|
|
}
|
|
}
|