UNPKG

@nodesecure/vis-network

Version:

NodeSecure vis.js network front module

45 lines (44 loc) 1.13 kB
{ "name": "@nodesecure/vis-network", "version": "1.4.0", "description": "NodeSecure vis.js network front module", "type": "module", "exports": "./index.js", "scripts": { "test": "tap --no-coverage", "test:watch": "tap --watch", "test:c8": "c8 tap --no-coverage", "start": "npm run build && http-server ./dist", "build": "node esbuild.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/NodeSecure/vis-network.git" }, "files": [ "index.js", "src" ], "keywords": [ "NodeSecure", "vis", "network" ], "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/NodeSecure/vis-network/issues" }, "homepage": "https://github.com/NodeSecure/vis-network#readme", "dependencies": { "pretty-bytes": "^6.0.0", "vis-network": "^9.1.2" }, "devDependencies": { "@nodesecure/flags": "^2.3.0", "@nodesecure/scanner": "^3.4.1", "esbuild": "^0.14.42", "http-server": "^14.1.0", "tap": "^16.3.0" } }