{ "name": "node-buffer-encoding", "repository": "github:fabiospampinato/node-buffer-encoding", "description": "A little wrapper around Node's Buffer that provides encoding/decoding for all supported encodings.", "version": "1.0.2", "type": "module", "main": "dist/index.js", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "clean": "tsex clean", "compile": "tsex compile", "compile:watch": "tsex compile --watch", "test": "tsex test", "test:watch": "tsex test --watch", "prepublishOnly": "tsex prepare" }, "keywords": [ "node", "buffer", "encoding" ], "devDependencies": { "@types/node": "^20.4.7", "fava": "^0.2.1", "tsex": "^3.0.1", "typescript": "^5.1.6" } }