smartcsv/package.json
2018-06-10 14:29:09 +02:00

24 lines
525 B
JSON

{
"name": "@pushrocks/smartcsv",
"version": "1.0.7",
"private": true,
"description": "handle csv data | gitzone standard compliant",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tsrun test/test.ts)",
"build": "(npmts)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsrun": "^1.0.5",
"smartfile": "^4.2.28",
"tapbundle": "^2.0.0"
},
"dependencies": {
"smartq": "^1.1.8"
}
}