mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
14 lines
297 B
JSON
14 lines
297 B
JSON
{
|
|
"name": "vite-fs-router",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"lint": "eslint --ext .ts,.tsx ./src -c ../../eslintrc.cjs",
|
|
"format": "prettier --ignore-unknown '**/*'"
|
|
},
|
|
"keywords": [],
|
|
"author": "Valerio Ageno",
|
|
"license": "MIT"
|
|
}
|