23 lines
475 B
JSON
23 lines
475 B
JSON
{
|
|
"name": "@nodarium/utils",
|
|
"version": "0.0.3",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"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"
|
|
}
|
|
}
|