smartcsv/package.json

27 lines
622 B
JSON

{
"name": "@pushrocks/smartcsv",
"version": "1.0.9",
"private": false,
"description": "handle csv data | gitzone standard compliant",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@types/node": "^10.7.1",
"smartfile": "^4.2.28",
"tapbundle": "^2.0.2"
},
"dependencies": {
"smartq": "^1.1.8"
}
}