RAM-emu/package.json

22 lines
466 B
JSON

{
"name": "cpuemu0",
"version": "1.0.0",
"description": "Simple assembly virtual machine",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jquery": "^3.5.14",
"jquery": "^3.6.1",
"ts-loader": "^9.4.1",
"typescript": "^4.1.3",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"cpuemulator": "file:rammodel/pkg"
}
}