{ "name": "bufferstuff", "version": "1.2.1", "description": "A set of utility classes for reading and writing binary data in NodeJS and the browser", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "updateCheck": "check-outdated", "build": "tsc --build", "_clean": "tsc --build --clean" }, "repository": { "type": "git", "url": "git+https://github.com/tgpholly/bufferStuff.git" }, "keywords": [], "author": "tgpholly", "license": "MIT", "bugs": { "url": "https://github.com/tgpholly/bufferStuff/issues" }, "homepage": "https://github.com/tgpholly/bufferStuff#readme", "devDependencies": { "check-outdated": "^2.11.0", "ts-loader": "^9.4.2", "ts-node": "^10.9.1", "typescript": "^5.0.4" } }