17 lines
341 B
JSON
17 lines
341 B
JSON
{
|
|
"name": "graph-reflexivity",
|
|
"version": "1.0.0",
|
|
"description": "A simple graph implementation with reflexivity support",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"graphlib": "^2.1.8",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.7.0"
|
|
}
|
|
} |