{
  "name": "@creoglyph/counter",
  "version": "1.0.1",
  "description": "counter integrating countup.js",
  "main": "counter.min.js",
   "scripts": {
    "build": "terser counter.js -o counter.min.js --mangle",
    "test": "echo \"Error: no test specified\" && exit 1"
  }, 
  "files": [
    "counter.min.js",
    "README.md",
    "LICENSE"
  ],
  "author": "",
  "license": "ISC"
}
