Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
42 lines
833 B
JSON
42 lines
833 B
JSON
{
|
|
"name": "@jef/zap2xml",
|
|
"version": "2.1.0",
|
|
"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"
|
|
}
|
|
}
|