{
  "name": "laravel-sign-pad",
  "version": "1.0.0",
  "description": "Laravel package for of E-Signature with Signature Pad and Digital Certified Sign with TCPDF",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --config webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/creagia/laravel-sign-pad.git"
  },
  "keywords": [
    "laravel",
    "sign",
    "pad"
  ],
  "author": "Creagia",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/creagia/laravel-sign-pad/issues"
  },
  "homepage": "https://github.com/creagia/laravel-sign-pad#readme",
  "dependencies": {
    "signature_pad": "^4.0.0"
  },
  "devDependencies": {
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  }
}
