Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/plugins/default-human-emulator/package.json
1030 views
1
{
2
"name": "@secret-agent/default-human-emulator",
3
"version": "1.6.5",
4
"description": "Default human emulator based on Xetera/ghost-cursor for SecretAgent",
5
"main": "index.js",
6
"dependencies": {
7
"@secret-agent/interfaces": "1.6.4",
8
"@secret-agent/plugin-utils": "1.6.5"
9
},
10
"devDependencies": {
11
"@secret-agent/commons": "1.6.5"
12
}
13
}
14
15