{
  "name": "cppjs-sample-lib-prebuilt-matrix",
  "version": "1.0.0-beta.7",
  "description": "Cpp.js sample matrix multiplier",
  "homepage": "https://cpp.js.org",
  "license": "MIT",
  "type": "module",
  "dependencies": {
    "cpp.js": "^1.0.0-beta.4"
  },
  "scripts": {
    "build": "cppjs build",
    "clear": "rm -rf .cppjs dist *.xcframework",
    "postinstall": "cppjs postinstall"
  }
}