{ "name": "@pushrocks/smartcsv", "version": "1.0.11", "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", "@pushrocks/smartfile": "^6.0.6", "@pushrocks/tapbundle": "^3.0.5", "@types/node": "^10.7.1" }, "dependencies": { "@pushrocks/smartpromise": "^2.0.5" } }