11 lines
188 B
JSON
11 lines
188 B
JSON
{
|
|
"name": "@multi-simadmin/web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": "./src/index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc -p tsconfig.json"
|
|
}
|
|
}
|