{ "name": "geteasy.node.printer", "version": "2.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc -d ./index.ts --outdir dist/" }, "author": "", "license": "ISC", "dependencies": { "ffi-napi": "3.1.0" }, "devDependencies": { "@types/ffi-napi": "2.4.3" }, "typings": "index.d.ts" }