bringing repo current with local code

This commit is contained in:
2023-07-18 16:42:00 -06:00
parent a479d7e61e
commit ad8cf23ea1
4 changed files with 2925 additions and 1 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "fixparsec",
"version": "1.0.0",
"description": "small apt to resst parsec virtual machines",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.theta42.com/ajones/fixparsec.git"
},
"author": "amos jones",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"request": "^2.88.2"
}
}