{
  "name": "@ilkkapeltola/thumbmarkjs-test",
  "version": "0.11.3-rc1",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "public": true,
  "files": ["dist"],
  "scripts": {
    "test": "jest",
    "build": "npx webpack && npx tsc"
  },
  "keywords": [
    "fingerprint"
  ],
  "author": "Ilkka Peltola",
  "license": "MIT",
  "devDependencies": {
    "@testing-library/jest-dom": "^6.1.6",
    "@types/jest": "^29.5.11",
    "@types/jsdom": "^21.1.6",
    "@types/node": "^20.10.6",
    "@types/ua-parser-js": "^0.7.39",
    "@types/webpack-env": "^1.18.4",
    "@webpack-cli/generators": "^3.0.7",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jsdom": "^23.0.1",
    "path": "^0.12.7",
    "ts-jest": "^29.1.1",
    "ts-loader": "^9.5.1",
    "ts-md5": "^1.3.1",
    "typescript": "^5.3.3",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4"
  }
}
