{ "name": "@nebulaproject/core-glyphs", "private": true, "version": "0.1.0", "description": "Controller glyph mappings and lookup helpers.", "type": "module", "exports": "./src/index.js", "main": "./src/index.js", "files": [ "src", "assets" ], "engines": { "node": ">=18" }, "scripts": { "test": "node --test" } }