{ "name": "elna", "version": "1.0.0", "description": "", "main": "tools/index.js", "type": "module", "scripts": { "start": "node tools/cross.js", "test": "node tools/tester.js" }, "author": "Eugen Wissner ", "license": "MPL-2.0", "dependencies": { "chalk": "^5.3.0", "glob": "^10.4.1" } }