{
  "name": "anvil",
  "version": "0.0.6",
  "description": "Anvil is a library of useful interactive tools.",
  "main": "dist/anvil.js",
  "scripts": {
    "build": "tsc; webpack",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ademfox/anvil.git"
  },
  "author": "Andrew Prasetya",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ademfox/anvil/issues"
  },
  "homepage": "https://github.com/ademfox/anvil#readme",
  "dependencies": {},
  "devDependencies": {
    "ts-loader": "^5.3.0",
    "typescript": "^3.1.6",
    "webpack": "^4.26.0",
    "webpack-cli": "^3.1.2"
  }
}
