@parametricos/bcf-js
Version:
BCF.js is a BIM Collaboration Format (BCF) reader & parser.
49 lines • 1.3 kB
JSON
{
"name": "@parametricos/bcf-js",
"description": "BCF.js is a BIM Collaboration Format (BCF) reader & parser.",
"version": "0.3.2",
"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": "harry@studio3dx.com"
},
"exports": {
".": "./dist/index.js",
"./2.1": "./dist/2.1/index.js"
},
"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",
"jest": "30.0.4",
"json-cycle": "^1.3.0",
"typescript": "5.1.6"
},
"dependencies": {
"fast-xml-parser": "4.2.7",
"fflate": "^0.8.2"
}
}