@jonobr1/force-directed-graph
Version:
GPU supercharged attraction-graph visualizations for the web built on top of Three.js
64 lines • 1.53 kB
JSON
{
"name": "@jonobr1/force-directed-graph",
"version": "1.24.3",
"description": "GPU supercharged attraction-graph visualizations for the web built on top of Three.js",
"main": "build/fdg.js",
"module": "build/fdg.module.js",
"types": "types.d.ts",
"scripts": {
"dev": "esbuild --servedir=. --serve=8080",
"build:wasm": "asc src/wasm/texture-processor.ts -o build/texture-processor.wasm --optimize",
"build": "npm run build:wasm && node ./utils/build.js",
"test": "vitest run",
"test:watch": "vitest",
"lint": "eslint . --fix"
},
"files": [
"package.json",
"src",
"build",
"readme.md",
"index.html",
"types.d.ts",
"asconfig.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jonobr1/force-directed-graph.git"
},
"keywords": [
"force",
"directed",
"graph",
"physics",
"gpgpu",
"data",
"visualization",
"dataviz",
"2d",
"3d",
"three.js",
"webgl"
],
"author": {
"name": "jonobr1",
"url": "http://jonobr1.com/"
},
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/jonobr1/force-directed-graph/issues"
},
"homepage": "https://github.com/jonobr1/force-directed-graph#readme",
"peerDependencies": {
"three": ">=0.150.0"
},
"devDependencies": {
"@assemblyscript/loader": "^0.28.17",
"assemblyscript": "^0.28.17",
"esbuild": "^0.28.0",
"eslint": "^10.3.0",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
}
}