@parametricos/bcf-js
Version:
BCF.js is a BIM Collaboration Format (BCF) reader & parser.
49 lines (48 loc) • 1.25 kB
JSON
{
"name": "@parametricos/bcf-js",
"description": "BCF.js is a BIM Collaboration Format (BCF) reader & parser.",
"version": "0.2.6",
"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",
"author": {
"name": "Harry Collin",
"email": "hc@parametricos.com"
},
"homepage": "https://github.com/Parametricos/BCF.js#readme",
"repository": "https://github.com/Parametricos/BCF.js",
"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"
},
"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",
"unzipit": "^1.3.5"
},
"packageManager": "yarn@3.6.3"
}