peekpoke
Version:
Tiny minimal retro fantasy console having only two commands: peek and poke.
30 lines (29 loc) • 826 B
JSON
{
"name": "peekpoke",
"version": "1.0.0",
"description": "Tiny minimal retro fantasy console having only two commands: peek and poke.",
"keywords": [
"game-development",
"fantasy-console"
],
"author": "abagames",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/abagames/peekpoke.git"
},
"homepage": "https://github.com/abagames/peekpoke",
"main": "docs/bundle.js",
"typings": "docs/bundle.d.ts",
"scripts": {
"watch_lib": "rollup -c -w --bundleConfigAsCjs",
"watch_memorymap": "rollup -c rollup_memorymap.config.js -w --bundleConfigAsCjs"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.0",
"rollup": "^3.21.5",
"tslib": "^2.5.0"
}
}