{ "name": "@coreci/config", "version": "0.0.1", "private": true, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json", "lint": "eslint src --max-warnings 0", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "vitest run" }, "devDependencies": { "@types/node": "^22.0.0", "eslint": "^9.0.0", "typescript": "^5.6.0", "vitest": "^2.1.0" } }