analytics/tracker/package.json

20 lines
482 B
JSON
Raw Normal View History

{
"scripts": {
"deploy": "node compile.js",
"test": "npm run deploy && npx playwright test --config=./test/support/playwright.config.js",
"start": "node test/support/server.js"
},
"license": "MIT",
"dependencies": {
"@playwright/test": "^1.41.1",
"express": "^4.18.1",
"generatorics": "^1.1.0",
"handlebars": "^4.7.8",
"uglify-js": "^3.9.4"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-playwright": "^0.20.0"
}
}