mirror of
https://github.com/plausible/analytics.git
synced 2024-12-25 02:24:55 +03:00
c0da024b23
* remove tracker files from git index * generate tracker files on npm test * generate tracker files for elixir tests/dev/CI * update tracker/package-lock.json * exclude npm run deploy from mix test + some docs
21 lines
527 B
JSON
21 lines
527 B
JSON
{
|
|
"scripts": {
|
|
"deploy": "node compile.js",
|
|
"test": "npm run deploy && BROWSERSTACK_LOCAL=true npx playwright test --config=./test/support/playwright.config.js"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@playwright/test": "^1.22.2",
|
|
"browserstack-local": "^1.4.8",
|
|
"express": "^4.18.1",
|
|
"generatorics": "^1.1.0",
|
|
"handlebars": "^4.7.7",
|
|
"playwright": "^1.22.2",
|
|
"uglify-js": "^3.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.20.0",
|
|
"eslint-plugin-playwright": "^0.10.0"
|
|
}
|
|
}
|