{ "name": "@node-escpos/network-adapter", "type": "module", "version": "0.0.1", "packageManager": "pnpm@7.2.1", "description": "", "author": "Caspian (https://github.com/dohooo)", "license": "MIT", "funding": "https://github.com/sponsors/dohooo", "homepage": "https://github.com/dohooo/[pkg-name]#readme", "repository": { "type": "git", "url": "git+https://github.com/dohooo/[pkg-name].git" }, "bugs": "https://github.com/dohooo/[pkg-name]/issues", "keywords": [], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" } }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist" ], "dependencies": { "eventemitter3": "^4.0.7", "@node-escpos/adapter": "0.0.1" }, "scripts": { "build": "unbuild", "build:watch": "npx nodemon --exec 'pnpm run build' -w src -e 'ts'", "dev": "unbuild --stub", "lint": "eslint .", "release": "bumpp && npm publish", "start": "esno src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit" } }