@peterspackman/occjs
Version:
JavaScript/WebAssembly bindings for OCC - a quantum chemistry and crystallography library
42 lines • 967 B
JSON
{
"name": "@peterspackman/occjs",
"version": "0.8.0",
"description": "JavaScript/WebAssembly bindings for OCC - a quantum chemistry and crystallography library",
"main": "index.js",
"types": "index.d.ts",
"module": "index.mjs",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./index.js",
"import": "./index.mjs"
},
"./wasm": {
"default": "./occjs.wasm"
}
},
"repository": {
"type": "git",
"url": "https://github.com/peterspackman/occ.git"
},
"keywords": [
"quantum-chemistry",
"crystallography",
"computational-chemistry",
"wasm",
"webassembly",
"molecular-modeling",
"dft",
"hartree-fock",
"scientific-computing"
],
"author": "Peter Spackman",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/peterspackman/occ/issues"
},
"homepage": "https://github.com/peterspackman/occ#readme",
"engines": {
"node": ">=20.0.0"
}
}