Initial commit

This commit is contained in:
2023-05-09 22:08:39 +03:00
commit a341d01f0c
6 changed files with 245 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "flexpatrol.ru-form-handler",
"module": "index.ts",
"devDependencies": {
"bun-types": "^0.5.0"
},
"scripts": {
"start": "bun run index.ts"
},
"type": "module"
}