Files
processing/package.json
2025-07-09 01:28:02 -04:00

15 lines
233 B
JSON

{
"name": "processing",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "bun --watch index.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^17.1.0"
}
}