first commit

This commit is contained in:
2026-01-27 12:07:39 +03:30
commit 2cdf04d589
19 changed files with 7624 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "behpardakht",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"express": "^4.18.2",
"jalaali-js": "^1.2.7",
"moment": "^2.29.4",
"soap": "^0.16.0"
}
}