10 lines
172 B
JSON
10 lines
172 B
JSON
{
|
|
"name": "backend",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "vite build"
|
|
}
|
|
}
|