mpp-test-bot/package.json

17 lines
298 B
JSON
Raw Normal View History

2023-09-17 08:59:59 +02:00
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.3.1",
"mppclone-client": "^1.1.3"
}
}