31 lines
596 B
JSON
31 lines
596 B
JSON
{
|
|
"name": "usdt-shop",
|
|
"version": "1.0.0",
|
|
"description": "USDT Payment Product Sales Website",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"body-parser": "^1.20.2",
|
|
"cors": "^2.8.5",
|
|
"crypto": "^1.0.1",
|
|
"express": "^4.18.2",
|
|
"sqlite3": "^5.1.6",
|
|
"tencentcloud-sdk-nodejs": "^4.1.101"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.1"
|
|
},
|
|
"keywords": [
|
|
"usdt",
|
|
"payment",
|
|
"shop",
|
|
"nowpayments"
|
|
],
|
|
"author": "Aaron",
|
|
"license": "ISC"
|
|
}
|