{ "name": "node", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "example": "node example.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "ffi-napi": "^4.0.3" } }