generated from nhcarrigan/template
22 lines
522 B
JSON
22 lines
522 B
JSON
{
|
|
"name": "@elysium/types",
|
|
"version": "0.2.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"
|
|
}
|
|
}
|