@jsprismarine/jsbinaryutils
Version:
Basic binary data managing tool written in TypeScript.
50 lines (49 loc) • 1.37 kB
JSON
{
"name": "@jsprismarine/jsbinaryutils",
"version": "5.5.3",
"description": "Basic binary data managing tool written in TypeScript.",
"main": "./dist/cjs/BinaryStream.js",
"module": "./dist/esm/BinaryStream.js",
"types": "./dist/esm/BinaryStream.d.ts",
"exports": {
"require": "./dist/cjs/BinaryStream.js",
"import": "./dist/esm/BinaryStream.js"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watchAll",
"prepublishOnly": "npm run test",
"build": "build.sh"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git://github.com/JSPrismarine/JSBinaryUtils.git"
},
"keywords": [
"nodejs",
"binaryutils"
],
"author": "HerryYT",
"license": "ISC",
"bugs": {
"url": "https://github.com/JSPrismarine/JSBinaryUtils/issues"
},
"homepage": "https://github.com/JSPrismarine/JSBinaryUtils#readme",
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/node": "^18.11.3",
"husky": "^8.0.3",
"jest": "^29.3.1",
"prettier": "2.8.7",
"ts-jest": "^29.0.3",
"typescript": "4.9.5"
},
"husky": {
"hooks": {
"pre-commit": "npm run test"
}
}
}