{
  "name": "skyltvaruhuset",
  "version": "1.0.0",
  "description": "npm for typescript",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch"
  },
  "author": "Douglas Redman",
  "license": "ISC",
  "devDependencies": {
    "@types/fabric": "^5.3.10",
    "@types/jquery": "^3.5.32",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "fabric": "^6.7.1"
  }
}
