UNPKG

gramoloss

Version:

Graph theory package for edition and computation

26 lines (25 loc) 547 B
{ "name": "gramoloss", "version": "2.0.0", "description": "Graph theory package for edition and computation", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "prepublish": "tsc --declaration", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "MIT", "devDependencies": { "typescript": "^4.8.4" }, "repository": { "type": "git", "url": "git+https://github.com/lucas-test/gramoloss" }, "keywords": [ "graph", "graph-theory", "network" ] }