rawbones
Version:
Rawbones is an early-stage NES emulator written in ReasonML and compiled to JS. It currently powers [epiderNES](https://kingcons.io/epiderNES), [source here][epi].
33 lines (32 loc) • 608 B
JSON
{
"name": "rawbones",
"version": "0.3.5",
"scripts": {
"build": "bsb -make-world",
"clean": "bsb -clean-world",
"rom": "node bin/run.bs.js",
"start": "bsb -make-world -w",
"test": "yarn run jest"
},
"keywords": [
"BuckleScript",
"Reason",
"Emulation"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@glennsl/bs-jest": "^0.5.0",
"bs-platform": "8.2",
"jest": "^24.8.0",
"jimp": "^0.6.4"
},
"dependencies": {
"@glennsl/bs-json": "^5.0.0"
},
"files": [
"src/*.re",
"src/instructions.json",
"bsconfig.json"
]
}