{
  "name": "@sasapanchama/joystick",
  "version": "1.0.2",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "tsc && webpack serve",
    "build": "tsc && webpack",
    "prepare": "npm run build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sasapanchama/joystick.git"
  },
  "author": "sasapanchama <sasapanchama@gmail.com> (https://github.com/sasapanchama)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sasapanchama/joystick/issues"
  },
  "homepage": "https://github.com/sasapanchama/joystick#readme",
  "dependencies": {
    "typescript": "^5.0.4"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/jsdom": "^21.1.1",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "jsdom": "^21.1.1",
    "ts-jest": "^29.1.0",
    "ts-loader": "^9.4.2",
    "webpack": "^5.78.0",
    "webpack-cli": "^5.0.1",
    "webpack-dev-server": "^4.13.2"
  }
}
