File size: 350 Bytes
748250d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"name": "vigorousentirebundledsoftware",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@replit/database": "^2.0.1",
"axios": "^0.26.1",
"child_process": "^1.0.2",
"express": "^4.17.3"
}
}
|