21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"name": "tscut",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"papaparse": "^5.5.3",
|
|
"vite": "^7.2.6",
|
|
"xlsx": "^0.18.5"
|
|
}
|
|
} |