{ "name": "@nand2tetris/projects", "version": "0.0.0", "private": true, "description": "", "author": "David Souther ", "license": "ISC", "homepage": "https://davidsouther.github.io/nand2tetris", "type": "module", "exports": { "./*": "./build/*" }, "typesVersions": { "*": { "*": [ "build/*" ] } }, "dependencies": { "@davidsouther/jiffies": "^2.2.5" }, "scripts": { "build": "tsc" } }