{
  "name": "vuesp-struct",
  "version": "1.3.0",
  "main": "build/index.js",
  "scripts": {
    "build": "tsc",
    "start": "node example/example.js"
  },
  "devDependencies": {
    "eslint": "^8.14.0",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "c-struct-to-json": "1.2.0"
  },
  "author": "bondrogeen@gmail.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bondrogeen/vuesp-struct.git"
  },
  "keywords": [
    "struct",
    "cpp",
    "js",
    "json",
    "vuesp"
  ],
  "bugs": {
    "url": "https://github.com/bondrogeen/vuesp-struct/issues"
  },
  "homepage": "https://github.com/bondrogeen/vuesp-struct#readme",
  "description": "``` npm install vuesp-struct ```",
  "directories": {
    "example": "example"
  }
}
