Web-Ide mit aufgenommen

This commit is contained in:
Riwoldt
2026-04-09 14:14:56 +02:00
parent 64816c45cc
commit 15cfaf332d
489 changed files with 186891 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"name": "@nand2tetris/cli",
"description": "NAND2Tetris Command Line tools",
"repository": {
"type": "git",
"url": "git+https://github.com/nand2tetris/web-ide.git"
},
"author": "David Souther <davidsouther@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/nand2tetris/web-ide/issues"
},
"homepage": "https://github.com/nand2tetris/web-ide",
"main": "dist/index.js",
"type": "module",
"bin": {
"nand2tetris": "dist/index.js"
},
"scripts": {
"build": "tsc",
"test": "jest"
},
"devDependencies": {
"@davidsouther/jiffies": "^2.2.5",
"@nand2tetris/runner": "file:../runner",
"@nand2tetris/simulator": "file:../simulator"
},
"dependencies": {
"@types/node": "^20.14.2",
"@types/yargs": "^17.0.32",
"yargs": "^17.7.2"
}
}