{
  "name": "tact-js",
  "version": "2.0.4",
  "type": "module",
  "license": "bHaptics SDK License Agreement",
  "main": "dist/bundle.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bhaptics/tact-js"
  },
  "homepage": "https://github.com/bhaptics/tact-js",
  "devDependencies": {
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.4",
    "rollup": "^4.50.2",
    "rollup-plugin-copy": "^3.5.0",
    "tslib": "^2.8.1",
    "typescript": "~5.7.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rollup -c"
  }
}