{
  "name": "@simpleworkjs/frontend",
  "version": "0.5.0",
  "description": "Browser-side JavaScript package for SimpleWorkJS apps",
  "main": "index.js",
  "scripts": {
    "test": "node --test test/*.test.js"
  },
  "keywords": [
    "simpleworkjs",
    "frontend",
    "jquery",
    "bootstrap",
    "socket.io"
  ],
  "author": "William Mantly",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simpleworkjs/frontend.git"
  },
  "bugs": {
    "url": "https://github.com/simpleworkjs/frontend/issues"
  },
  "homepage": "https://github.com/simpleworkjs/frontend#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "jq-repeat": "^2.2.2",
    "jquery": "^4.0.0",
    "jsdom": "^29.1.1",
    "mustache": "^4.2.0"
  }
}
