jsonl-parse-stringify
Version:
A simple typescript JSONL Parse and Stringify util
32 lines (31 loc) • 688 B
JSON
{
"name": "jsonl-parse-stringify",
"version": "1.0.3",
"description": "A simple typescript JSONL Parse and Stringify util",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/daniel-dia/jsonl-parse-stringify.git"
},
"scripts": {
"build": "tsc",
"test": "jest",
"postversion": "git push && git push --tags",
"version": "git add -A"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"json",
"jsonl",
"parse",
"stringify"
],
"author": "daniel santos <daniel.dia@outlook.com>",
"license": "MIT",
"devDependencies": {
"typescript": "^4.7.3"
}
}