Files
nodarium/packages/utils/package.json
Max Richter 580ec73465
Some checks failed
📊 Benchmark the Runtime / release (push) Failing after 42s
🚀 Lint & Test & Deploy / release (push) Successful in 4m20s
ci: run benchmark in ci
2026-02-13 14:46:21 +01:00

24 lines
497 B
JSON

{
"name": "@nodarium/utils",
"version": "0.0.5",
"description": "",
"main": "./src/index.ts",
"type": "module",
"scripts": {
"test": "vitest",
"format": "dprint fmt -c '../../.dprint.jsonc' .",
"format:check": "dprint check -c '../../.dprint.jsonc' ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@nodarium/types": "workspace:^"
},
"devDependencies": {
"dprint": "^0.51.1",
"vite": "^7.3.1",
"vitest": "^4.0.18"
}
}