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
27 lines
514 B
JSON
27 lines
514 B
JSON
{
|
|
"name": "@nodarium/types",
|
|
"version": "0.0.5",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"format": "dprint fmt -c '../../.dprint.jsonc' .",
|
|
"format:check": "dprint check -c '../../.dprint.jsonc' ."
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./src/index.ts",
|
|
"require": "./src/index.ts"
|
|
}
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"dprint": "^0.54.0"
|
|
}
|
|
}
|