33 lines
821 B
JSON
33 lines
821 B
JSON
{
|
|
"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"
|
|
}
|
|
} |