{
  "name": "open-fcm",
  "version": "0.1.0",
  "description": "Parser and encoder for Brother ScanNCut FCM/VCM files",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "test": "tsc && npx tsx tests/test.ts"
  },
  "license": "MIT",
  "author": "markury",
  "repository": {
    "type": "git",
    "url": "https://github.com/markuryy/open-fcm"
  },
  "keywords": [
    "fcm",
    "brother",
    "scanncut",
    "scan-n-cut",
    "cutting-machine",
    "craft"
  ],
  "devDependencies": {
    "@types/node": "^25.3.0",
    "typescript": "^5.9.3"
  }
}
