Files
kube-zap2xml/package.json
github-actions[bot] f52018fa62 chore(main): release 2.1.1 (#45)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-19 18:03:20 -07:00

42 lines
833 B
JSON

{
"name": "@jef/zap2xml",
"version": "2.1.1",
"description": "JavaScript implementation of zap2xml",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
"scripts": {
"test": "vitest",
"test:run": "vitest run",
"build": "tsc",
"dev": "tsx src/index.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@eslint/js": "^9.31.0",
"@types/node": "^24.0.14",
"eslint": "^9.31.0",
"eslint-plugin-prettier": "^5.5.3",
"prettier": "^3.6.2",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.37.0",
"vitest": "^3.2.4"
},
"dependencies": {},
"volta": {
"node": "22.17.1"
}
}