{ "name": "grit", "version": "1.0.0", "description": "Tiny computer", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "@types/lodash": "^4.14.202", "lodash": "^4.17.21" }, "devDependencies": { "@rimbu/typical": "^0.8.0", "@types/node": "^20.11.16" } }