package.json 503 B

12345678910111213141516171819202122
  1. {
  2. "name": "utm-params-extractor",
  3. "version": "1.0.0",
  4. "description": "Extract UTM parameters from URL and browser information",
  5. "main": "dist/utm-params-extractor.js",
  6. "scripts": {
  7. "build": "webpack --config webpack.config.js",
  8. "test": "echo \"No tests yet\" && exit 0"
  9. },
  10. "devDependencies": {
  11. "webpack": "^5.99.9",
  12. "webpack-cli": "^5.1.4"
  13. },
  14. "keywords": [
  15. "utm",
  16. "parameters",
  17. "tracking",
  18. "analytics"
  19. ],
  20. "author": "Your Name",
  21. "license": "MIT"
  22. }