test: remove package.json and package-lock.json, charlie provides all deps

Made-with: Cursor
This commit is contained in:
Girish Ramakrishnan
2026-04-16 10:43:35 +02:00
parent f0df8acb0b
commit 9ac8c1d244
2 changed files with 0 additions and 3309 deletions
-3292
View File
File diff suppressed because it is too large Load Diff
-17
View File
@@ -1,17 +0,0 @@
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"mocha": "^11.7.5",
"selenium-webdriver": "^4.41.0"
},
"dependencies": {},
"type": "module"
}