22 lines
478 B
JSON
22 lines
478 B
JSON
{
|
|
"name": "auto-register-verdent",
|
|
"version": "1.0.0",
|
|
"description": "Auto registration for Verdent.ai",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"serve": "node server.js",
|
|
"test": "node index.js"
|
|
},
|
|
"keywords": ["automation", "registration"],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.19.2",
|
|
"mysql2": "^3.11.0",
|
|
"node-fetch": "^3.3.2",
|
|
"playwright": "^1.40.0"
|
|
}
|
|
}
|