{
  "name": "@igor.barcelos/bcf",
  "description": "BCF.js is a BIM Collaboration Format (BCF) reader & parser.",
  "version": "0.0.4",
  "main": "dist/index.js",
  "type": "commonjs",
  "keywords": [
    "bim",
    "ifc",
    "bcf",
    "parser",
    "loader",
    "reader",
    "writer"
  ],
  "bugs": {
    "url": "https://github.com/Parametricos/BCF.js/issues"
  },
  "license": "MPL-2.0",
  "repository": {
    "type": "git"
  },
  "scripts": {
    "build": "tsc",
    "example-reader": "node test/BasicReadExample.js",
    "example-writer": "node test/BasicWriteExample.js",
    "test": "jest --watchAll --verbose --silent=false",
    "build-n-test": "tsc && jest --watchAll --verbose --silent=false",
    "clean": "rimraf dist",
    "watch": "npm run clean && tsc --watch"
  },
  "devDependencies": {
    "@babel/preset-env": "7.22.9",
    "@babel/preset-typescript": "7.22.5",
    "@types/node": "^14.14.13",
    "dts-gen": "^0.6.0",
    "json-cycle": "^1.3.0",
    "typescript": "5.1.6"
  },
  "dependencies": {
    "fast-xml-parser": "4.2.7",
    "jest": "29.6.2",
    "jszip": "3.10.1",
    "rimraf": "^5.0.5",
    "unzipit": "^1.3.5"
  },
  "packageManager": "yarn@3.6.3",
  "types": "./dist/index.d.ts",
  "directories": {
    "test": "test"
  },
  "author": "Igor Barcelos"
}
