init
This commit is contained in:
21
backend/package.json
Normal file
21
backend/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user