This commit is contained in:
Tianpao
2025-09-12 22:45:41 +08:00
commit d32768afea
44 changed files with 12923 additions and 0 deletions

21
backend/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "dex-v3-core",
"version": "1.0.0",
"description": "",
"license": "MIT",
"author": "Tianpao",
"type": "module",
"main": "main.js",
"scripts": {
"test": "node main.js"
},
"devDependencies": {
"nexe": "^5.0.0-beta.4",
"rollup": "^4.50.1",
"typescript": "^5.9.2"
},
"dependencies": {
"got": "^14.4.8",
"p-map": "^7.0.3"
}
}