🎉 (tps)

This commit is contained in:
Julien Calixte
2023-07-07 00:18:30 +02:00
commit d7fb922a75
7 changed files with 372 additions and 0 deletions

16
package.json Normal file
View File

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