29 lines
559 B
JSON
29 lines
559 B
JSON
{
|
|
"name": "@nand2tetris/runner",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"author": "David Souther <davidsouther@gmail.com>",
|
|
"license": "ISC",
|
|
"homepage": "https://davidsouther.github.io/nand2tetris",
|
|
"type": "module",
|
|
"exports": {
|
|
"./*": "./build/*"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"build/*"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@davidsouther/jiffies": "^2.2.5",
|
|
"@nand2tetris/projects": "file:../projects",
|
|
"@types/node": "^20.14.2"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
}
|
|
}
|