{
  "name": "@setyadi/impression",
  "version": "0.2.0",
  "description": "Easy to use impression event.",
  "author": {
    "name": "Adrian Setyadi",
    "email": "a.styd@yahoo.com"
  },
  "main": "dist/92+/impression+off.min.js",
  "scripts": {
    "build": "webpack",
    "test": "jest",
    "demo": "http-server -c-1 -a localhost -p 2345 -o examples/vanilla/demo.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/styd/impression.git"
  },
  "keywords": [
    "impression",
    "custom-event",
    "event"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/styd/impression/issues"
  },
  "homepage": "https://github.com/styd/impression#readme",
  "devDependencies": {
    "http-server": "^0.12.3",
    "jest": "^26.6.3",
    "mkdirp": "^1.0.4",
    "puppeteer": "^5.5.0",
    "webpack": "^5.6.0",
    "webpack-cli": "^4.2.0"
  }
}
