{ "name": "jlc", "version": "1.0.0", "main": "index.js", "author": "Freywar Ulvnaudgari ", "license": "MIT", "scripts": { "build": "rm -rf build && tsc", "run": "yarn build && node build/index.js", "debug": "yarn build && node --inspect-brk build/index.js", "test": "jest" }, "devDependencies": { "@jest/globals": "^29.7.0", "jest": "^29.7.0", "ts-jest": "^29.2.3", "typescript": "^5.5.4" } }