Files
hikari/package.json
T
minori 80aefd0482
Node.js CI / CI (pull_request) Successful in 56s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m18s
deps: update turbo to 2.8.1
2026-02-10 07:03:55 -08:00

25 lines
592 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.1",
"typescript": "5.8.3"
}
}