2018-05-10 17:47:14 +00:00
|
|
|
{
|
|
|
|
"name": "@pushrocks/smartcsv",
|
2018-06-10 12:31:56 +00:00
|
|
|
"version": "1.0.8",
|
2018-06-10 12:38:30 +00:00
|
|
|
"private": false,
|
2018-05-10 23:01:58 +00:00
|
|
|
"description": "handle csv data | gitzone standard compliant",
|
2018-05-10 17:47:14 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
2018-06-10 12:29:09 +00:00
|
|
|
"test": "(tsrun test/test.ts)",
|
2018-05-10 23:01:58 +00:00
|
|
|
"build": "(npmts)",
|
2018-05-10 17:47:14 +00:00
|
|
|
"format": "(gitzone format)"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-06-10 12:29:09 +00:00
|
|
|
"@gitzone/tsrun": "^1.0.5",
|
2018-05-10 17:47:14 +00:00
|
|
|
"smartfile": "^4.2.28",
|
|
|
|
"tapbundle": "^2.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"smartq": "^1.1.8"
|
|
|
|
}
|
2018-06-10 12:29:09 +00:00
|
|
|
}
|