Files
elysium/packages/types/package.json
T
naomi e341db56af
CI / Lint, Build & Test (push) Successful in 1m15s
Security Scan and Upload / Security & DefectDojo Upload (push) Failing after 44s
release: v0.5.0
2026-04-06 20:19:18 -07:00

22 lines
522 B
JSON

{
"name": "@elysium/types",
"version": "0.5.0",
"private": true,
"type": "module",
"main": "./prod/src/index.js",
"types": "./prod/src/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "eslint --max-warnings 0 src",
"test": "vitest run --coverage"
},
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@vitest/coverage-v8": "3.0.8",
"eslint": "9.22.0",
"typescript": "5.8.2",
"vitest": "3.0.8"
}
}