{ "name": "@pushrocks/smartcsv", "version": "1.0.16", "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.1.11", "@gitzone/tsrun": "^1.2.6", "@gitzone/tstest": "^1.0.21", "@pushrocks/smartfile": "^7.0.2", "@pushrocks/tapbundle": "^3.0.9", "@types/node": "^12.0.2" }, "dependencies": { "@pushrocks/smartpromise": "^3.0.2" } }