stickerbrat / package.json
aqul's picture
first commit
e7c3482
raw
history blame contribute delete
214 Bytes
{
"name": "brat",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.21.2",
"morgan": "^1.10.0",
"playwright": "^1.49.1"
}
}