initial commit
This commit is contained in:
parent
8643314e95
commit
75a13eb482
1 changed files with 9 additions and 0 deletions
9
package.json
Normal file
9
package.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name": "cveutils",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"main": "server.js",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.12.0"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue