2
0
Files
bot/packages/configs/package.json

15 lines
291 B
JSON
Raw Normal View History

2022-11-02 19:45:46 +01:00
{
"name": "configs",
"version": "1.0.0",
"main": "./index.ts",
"types": "./index.ts",
"license": "AGPL-3.0-or-later",
"private": true,
"devDependencies": {
"@playwright/test": "1.27.1",
"@types/node": "18.11.9",
"dotenv": "16.0.3",
"utils": "workspace:*"
}
}