UNPKG

@sarahisweird/hmoog-native

Version:

Allows you to send inputs to Hackmud from Node.js.

33 lines 702 B
{ "name": "@sarahisweird/hmoog-native", "version": "0.1.4", "description": "Allows you to send inputs to Hackmud from Node.js.", "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "keywords": [ "hackmud", "oog", "out-of-game", "native" ], "author": "Sarah Klocke (https://sarahisweird.neocities.org/)", "license": "ISC", "files": [ "build/Release/hmoog-native.node", "lib/index.js", "lib/index.d.ts", "README.md", "package.json", "pnpm-lock.yaml", "README.md", "src/" ], "devDependencies": { "node-gyp": "^11.0.0", "typescript": "^5.7.3" }, "scripts": { "build-native": "node-gyp rebuild" } }