{ "name": "webcomponent-test-e2e", "version": "2.21.0", "description": "E2E webcomponent test", "main": "test.ts", "scripts": { "serve": "npx http-server web/", "test": "tsc && mocha --recursive --timeout 30000 ./dist/test.js", "test-ci": "cross-env SELENIUM_SERVER_URL=http://localhost:4444/wd/hub npm run test" }, "author": "Carlos Santos Morales", "license": "Apache-2.0", "dependencies": { "chromedriver": "99.0.0", "selenium-webdriver": "4.1.1" }, "devDependencies": { "@types/chai": "4.3.0", "@types/mocha": "9.1.0", "chai": "4.3.6", "cross-env": "^7.0.3", "http-server": "14.1.0", "mocha": "9.2.2" } }