generated from nhcarrigan/template
All checks were successful
Node.js CI / Lint and Test (push) Successful in 40s
27 lines
579 B
JSON
27 lines
579 B
JSON
{
|
|
"name": "resume",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsx src/parse.ts",
|
|
"lint": "eslint src test --max-warnings 0",
|
|
"spelling": "cspell src/source.yaml",
|
|
"test": "vitest --run"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.7.1",
|
|
"devDependencies": {
|
|
"@nhcarrigan/eslint-config": "5.2.0",
|
|
"@types/node": "22.14.0",
|
|
"cspell": "8.18.1",
|
|
"eslint": "9.24.0",
|
|
"tsx": "4.19.3",
|
|
"vitest": "3.1.1",
|
|
"yaml": "2.7.1"
|
|
}
|
|
}
|