smartcsv/package.json

21 lines
454 B
JSON
Raw Normal View History

2018-05-10 17:47:14 +00:00
{
"name": "@pushrocks/smartcsv",
2018-05-10 17:47:14 +00:00
"version": "1.0.2",
2018-05-10 17:47:14 +00:00
"description": "handle csv data",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(ts-node -O '{\"lib\": [ \"es2015\" ]}' test/test.ts)",
"format": "(gitzone format)"
},
"devDependencies": {
"smartfile": "^4.2.28",
"tapbundle": "^2.0.0"
},
"dependencies": {
"smartq": "^1.1.8"
}
}