0ed22f20b9
📊 Benchmark the Runtime / benchmark (pull_request) Successful in 1m42s
🚀 Lint & Test & Deploy / quality (pull_request) Failing after 45s
🚀 Lint & Test & Deploy / test-unit (pull_request) Successful in 31s
🚀 Lint & Test & Deploy / test-e2e (pull_request) Failing after 1m49s
🚀 Lint & Test & Deploy / deploy (pull_request) Has been skipped
24 lines
497 B
JSON
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.54.0",
|
|
"vite": "^8.0.10",
|
|
"vitest": "^4.1.5"
|
|
}
|
|
}
|