Files
tps/package.json
2023-07-07 00:42:41 +02:00

17 lines
308 B
JSON

{
"name": "tps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"vite": "^4.4.1"
}
}