@hvm/vm
Version:
hvm internal package for virtual machine
27 lines (26 loc) • 501 B
JSON
{
"name": "@hvm/vm",
"version": "0.0.12",
"description": "hvm internal package for virtual machine",
"main": "index.js",
"homepage": "https://github.com/Goblinlordx/hvm",
"scripts": {
"test": "jest"
},
"keywords": [
"hvm",
"virtual",
"machine",
"vm",
"nand2tetris"
],
"author": "Benjamin Baldivia",
"license": "MIT",
"dependencies": {
"@hvm/convert": "^0.0.12"
},
"devDependencies": {
"@hvm/examples": "^0.0.11",
"jest": "^24.8.0"
}
}