analytics/tracker/package.json
Vignesh Joglekar 7f3e55418b
Changes from static tracker script name assignments to dynamic (#786)
Co-authored-by: Uku Taht <Uku.taht@gmail.com>
2021-05-18 11:36:12 +03:00

12 lines
184 B
JSON

{
"scripts": {
"deploy": "node compile.js"
},
"license": "MIT",
"dependencies": {
"generatorics": "^1.1.0",
"handlebars": "^4.7.7",
"uglify-js": "^3.9.4"
}
}