{
"name": "hsv-parser",
"version": "1.0.0",
"description": "HSV (Hierarchical Separated Values) parser - a text-based file format and streaming protocol",
"main": "hsv.js",
"types": "hsv.d.ts",
"scripts": {
"test": "node hsv.js"
},
"keywords": ["hsv", "parser", "serialization", "ascii", "streaming", "data-format"],
"author": "Danslav Slavenskoj",
"license": "CC0-1.0",
"repository": {
"type": "git",
"url": "https://github.com/LingenicLLC/HSV"
},
"homepage": "https://hsvfile.com"
}