16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|
"name": "@konobangu/testing",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "./index.js",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"clean": "git clean -xdf .cache .turbo dist node_modules",
|
|
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"vitest": "^2.1.8"
|
|
}
|
|
}
|