{
  "name": "jquery-virtual-dom",
  "version": "1.0.2",
  "main": "dist/index.js",
  "license": "MIT",
  "homepage": "https://github.com/YutaUra/jquery-virtual-dom",
  "author": "Yuta Ura",
  "scripts": {
    "preinstall": "typesync || :",
    "build": "npx webpack --config webpack.config.js",
    "sample": "npx webpack --config webpack.config.sample.js",
    "prepare": "npm run build"
  },
  "dependencies": {
    "jquery": "^3.5.1",
    "typescript": "^3.9.3"
  },
  "devDependencies": {
    "@types/jquery": "^3.3.38",
    "@types/webpack": "^4.41.13",
    "ts-loader": "^7.0.5",
    "ts-node": "^8.10.1",
    "typesync": "^0.6.1",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  }
}
