{
  "name": "simdle-native",
  "version": "1.3.9",
  "description": "libsimdle JavaScript bindings for Node.js",
  "main": "index.js",
  "files": [
    "index.js",
    "binding.cc",
    "binding.js",
    "CMakeLists.txt",
    "prebuilds"
  ],
  "addon": true,
  "scripts": {
    "format": "prettier --write .",
    "lint": "prettier --check .",
    "test": "npm run lint && npm run test:bare && npm run test:node",
    "test:bare": "bare test.mjs",
    "test:node": "node test.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/simdle-native.git"
  },
  "author": "Holepunch",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/simdle-native/issues"
  },
  "homepage": "https://github.com/holepunchto/simdle-native#readme",
  "dependencies": {
    "b4a": "^1.6.0",
    "require-addon": "^1.1.0"
  },
  "devDependencies": {
    "bare-compat-napi": "^1.3.2",
    "brittle": "^3.1.0",
    "cmake-bare": "^1.1.7",
    "cmake-fetch": "^1.1.0",
    "cmake-napi": "^1.0.2",
    "prettier": "^3.6.2",
    "prettier-config-holepunch": "^1.0.0"
  }
}
