UNPKG

streamstructure

Version:
36 lines (35 loc) 693 B
{ "name": "streamstructure", "version": "1.1.2", "description": "Parses objects into very compact buffer", "main": "lib/index.js", "types": "lib", "scripts": { "build": "tsc -p .", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/Alstin112/stream-structure.git" }, "keywords": [ "parser", "SS", "JSON", "stream", "buffer", "serializer" ], "author": "Alstin112", "license": "MIT", "devDependencies": { "@types/jest": "^27.4.0", "jest": "^27.4.6", "ts-jest": "^27.1.2", "ts-node": "^10.4.0", "typescript": "^4.3.5" }, "dependencies": { "@types/node": "^16.4.12" } }