smartcsv/package.json

22 lines
507 B
JSON

{
"name": "@pushrocks/smartcsv",
"version": "1.0.5",
"description": "handle csv data | gitzone standard compliant",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(ts-node -O '{\"lib\": [ \"es2015\" ]}' test/test.ts)",
"build": "(npmts)",
"format": "(gitzone format)"
},
"devDependencies": {
"smartfile": "^4.2.28",
"tapbundle": "^2.0.0"
},
"dependencies": {
"smartq": "^1.1.8"
}
}