generated from nhcarrigan/template
093411b119
## Dependency Update Updates **turbo** from `2.8.11` to `2.8.12`. ### Type devDependencies ### Changelog Updated from 2.8.11 to 2.8.12 --- ✨ This PR was created by Minori, your friendly dependency updater! 🌸 Reviewed-on: #19 Reviewed-by: Naomi Carrigan <accounts@nhcarrigan.com> Co-authored-by: Minori <minori@nhcarrigan.com> Co-committed-by: Minori <minori@nhcarrigan.com>
25 lines
593 B
JSON
25 lines
593 B
JSON
{
|
|
"name": "hikari",
|
|
"version": "0.0.0",
|
|
"description": "Dashboard and account management for NHCarrigan",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "turbo lint",
|
|
"build": "turbo build",
|
|
"dev": "turbo dev",
|
|
"test": "turbo test"
|
|
},
|
|
"keywords": [],
|
|
"author": "Naomi Carrigan",
|
|
"license": "See license in LICENSE.md",
|
|
"packageManager": "pnpm@10.12.3",
|
|
"devDependencies": {
|
|
"@nhcarrigan/eslint-config": "5.2.0",
|
|
"@nhcarrigan/typescript-config": "4.0.0",
|
|
"eslint": "9.30.1",
|
|
"turbo": "2.8.12",
|
|
"typescript": "5.8.3"
|
|
}
|
|
}
|