@maukode/siesvi
Version:
siesvi is CSV library that use typescript and provide CSV common functions from parsing, validation, to transformation.
28 lines (27 loc) • 743 B
JSON
{
"name": "@maukode/siesvi",
"version": "0.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"test": "jest",
"build": "tsc",
"prepare": "npm run build"
},
"keywords": ["csv", "csv-tools", "csv-parser"],
"author": "Ucok Isa Lubis <ulubis98@gmail.com>",
"license": "MIT",
"description": "siesvi is CSV library that use typescript and provide CSV common functions from parsing, validation, to transformation.",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.13.9",
"jest": "^29.7.0",
"ts-jest": "^29.2.6",
"typescript": "^5.8.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maukode/siesvi"
}
}