Files
hikari/package.json
Naomi Carrigan 366a787fd1
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 57s
feat: typescript dev dependency
2025-07-04 13:36:52 -07: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.5.4",
"typescript": "5.8.3"
}
}