This repository has been archived on 2025-08-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
flexpatrol.ru-form-handler/package.json
2023-05-09 22:08:39 +03:00

11 lines
192 B
JSON

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