iplol/package.json

20 lines
368 B
JSON

{
"name": "iplol",
"version": "0.0.2",
"description": "",
"main": "server.js",
"type": "module",
"scripts": {
"build": "node build.js",
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2"
}
}