{ "name": "graphecs", "version": "1.0.0", "main": "src/index.js", "type": "module", "scripts": { "start": "node src/index.js", "test": "node --test ./tests/**/*.test.js" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "bitecs": "^0.3.40" } }