package.json•773 B
{
"name": "utc-analyser",
"version": "0.1.0",
"description": "Tests the UTC setup and coverage ",
"private": true,
"type": "module",
"bin": {
"utc-analyser": "./build/index.js"
},
"files": [
"build"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js"
},
"dependencies": {
"@babel/parser": "^7.28.0",
"@babel/traverse": "^7.28.0",
"@modelcontextprotocol/sdk": "0.6.0",
"fast-glob": "^3.3.3",
"glob": "^10.4.5"
},
"devDependencies": {
"@types/babel__traverse": "^7.28.0",
"@types/node": "^20.11.24",
"typescript": "^5.3.3"
}
}