You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 Updates
- Added Test Coverage - Fix Potential Memory Leaks
This commit is contained in:
+8
-2
@@ -23,7 +23,10 @@
|
||||
"build": "vite build",
|
||||
"compile": "tsc --project ./tsconfig.json --noEmit false",
|
||||
"eslint": "eslint ./src ./packages/*/src",
|
||||
"eslint-fix": "eslint ./src --fix"
|
||||
"eslint-fix": "eslint ./src --fix",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"test:coverage": "vitest run --coverage"
|
||||
},
|
||||
"main": "./index",
|
||||
"dependencies": {
|
||||
@@ -40,10 +43,13 @@
|
||||
"@types/howler": "^2.2.11",
|
||||
"@types/node": "^20.14.12",
|
||||
"@types/pako": "^2.0.3",
|
||||
"@vitest/coverage-v8": "^4.0.18",
|
||||
"eslint": "^9.8.0",
|
||||
"jsdom": "^27.4.0",
|
||||
"tslib": "^2.6.3",
|
||||
"typescript": "~5.8.2",
|
||||
"typescript-eslint": "^8.26.1",
|
||||
"vite": "^5.4.9"
|
||||
"vite": "^5.4.9",
|
||||
"vitest": "^4.0.18"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user