UNPKG

bbop-graph

Version:

General purpose (mathematical) graph library in JavaScript.

55 lines (54 loc) 1.14 kB
{ "name": "bbop-graph", "version": "0.1.0", "description": "General purpose (mathematical) graph library in JavaScript.", "keywords": [ "Berkeley BOP", "GO", "Gene Ontology", "bbop", "client", "graph", "math", "mathematics", "node", "npm", "server" ], "homepage": "https://berkeleybop.org/", "bugs": { "url": "https://github.com/berkeleybop/bbop-js-monorepo/issues" }, "license": "BSD-3-Clause", "author": "SJC <sjcarbon@lbl.gov>", "repository": { "type": "git", "url": "git+https://github.com/berkeleybop/bbop-js-monorepo.git" }, "files": [ "dist" ], "type": "module", "exports": { ".": { "import": "./dist/graph.mjs", "require": "./dist/graph.cjs" } }, "scripts": { "build": "tsdown --format esm --format cjs src/graph.js", "prepack": "npm run build", "test": "node --test" }, "dependencies": { "bbop-core": "^0.1.0", "underscore": "^1.13.8" }, "devDependencies": { "chai": "^6.2.2" }, "engines": { "node": ">=22 <25" }, "gitHead": "e16f9cba2ad153ec303cbea697fb3003a909040a" }