mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
28 lines
692 B
JSON
28 lines
692 B
JSON
{
|
|
"name": "tuono",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"packageManager": "pnpm@8.12.1",
|
|
"scripts": {
|
|
"lint": "turbo lint",
|
|
"format": "turbo format"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.7",
|
|
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
"@typescript-eslint/parser": "^7.7.1",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"prettier": "^3.2.4",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|