adopt some integration suggestions
sys/lib -> sys/libnh sys/lib/libnethackmain.c -> sys/libnh/libnhmain.c libnethack.a -> libnh.a
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@neth4ck/neth4ck",
|
||||
"version": "1.0.1",
|
||||
"description": "The original NetHack rogue-like game built as a WebAssembly module",
|
||||
"main": "src/nethackShim.js",
|
||||
"scripts": {
|
||||
"test": "node test/test.js",
|
||||
"clean": "rm ./build/nethack.js; rm ./build/nethack.wasm; true",
|
||||
"build": "cp ../../../src/nethack.js ../../../src/nethack.wasm ./build",
|
||||
"prepack": "npm run build"
|
||||
},
|
||||
"keywords": [
|
||||
"nethack",
|
||||
"rogue",
|
||||
"rogue-like",
|
||||
"roguelike",
|
||||
"dungeon",
|
||||
"dungeons",
|
||||
"game",
|
||||
"rpg",
|
||||
"dnd"
|
||||
],
|
||||
"author": "Adam Powers <apowers@ato.ms>",
|
||||
"license": "SEE LICENSE IN LICENSE.md"
|
||||
}
|
||||
Reference in New Issue
Block a user