added api server and changed docker files

This commit is contained in:
2025-07-01 23:41:02 +02:00
parent 03db621b4e
commit d82998c52d
6225 changed files with 2249656 additions and 18 deletions

View File

@@ -0,0 +1,32 @@
{
"name": "generate-function",
"version": "2.3.1",
"description": "Module that helps you write generated functions in Node",
"main": "index.js",
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/generate-function"
},
"keywords": [
"generate",
"code",
"generation",
"function",
"performance"
],
"author": "Mathias Buus",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/generate-function/issues"
},
"homepage": "https://github.com/mafintosh/generate-function",
"devDependencies": {
"tape": "^4.9.1"
},
"dependencies": {
"is-property": "^1.0.2"
}
}