fixparsec/package.json
2023-10-09 09:26:22 -06:00

15 lines
289 B
JSON

{
"name": "fixparsec",
"version": "1.0.0",
"description": "small app to reset vms used by parsec",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.5.1"
}
}