luminai / package.json
ilhamdev's picture
Rename requirements.txt to package.json
92c4887 verified
raw
history blame
No virus
317 Bytes
{
"name": "blackbox-chat-server",
"version": "1.0.0",
"description": "Server untuk Blackbox Chat",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"express": "^4.17.1"
},
"author": "",
"license": "ISC"
}