Add files via upload

This commit is contained in:
APIdumper
2024-08-21 21:37:09 +05:30
committed by GitHub
commit e0f94df547
8 changed files with 1049 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "dvdfabserveremulator",
"version": "1.0.0",
"description": "Emulate DVDFab's license server locally.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "AGPL-3.0-only",
"dependencies": {
"mockttp": "^3.15.1"
}
}