resolved-graph
Version:
Generates and updates a graph of nodes and links with resolved relationships for ease of traversal and extraction
44 lines (43 loc) • 1.01 kB
JSON
{
"name": "resolved-graph",
"version": "1.3.4",
"description": "Generates and updates a graph of nodes and links with resolved relationships for ease of traversal and extraction",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"dev": "jest --watch",
"test": "jest",
"build": "rimraf dist && tsc",
"dry": "npm publish --dry-run",
"pub": "npm publish"
},
"keywords": [
"resolved",
"graph",
"traversable",
"iterable",
"usable",
"simple",
"small",
"tiny"
],
"author": "Stefan Terdell",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/StefanTerdell/resolved-graph"
},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^14.0.14",
"jest": "^26.1.0",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},
"types": "dist/index.d.ts"
}