2018-05-10 17:47:14 +00:00
|
|
|
{
|
|
|
|
"name": "@pushrocks/smartcsv",
|
2018-10-14 21:30:19 +00:00
|
|
|
"version": "1.0.15",
|
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-08-18 20:05:26 +00:00
|
|
|
"test": "(tstest test/)",
|
|
|
|
"build": "(tsbuild)",
|
2018-05-10 17:47:14 +00:00
|
|
|
"format": "(gitzone format)"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-08-18 20:05:26 +00:00
|
|
|
"@gitzone/tsbuild": "^2.0.22",
|
2018-10-14 21:26:54 +00:00
|
|
|
"@gitzone/tsrun": "^1.1.13",
|
2018-08-18 20:05:26 +00:00
|
|
|
"@gitzone/tstest": "^1.0.15",
|
2018-10-14 21:26:54 +00:00
|
|
|
"@pushrocks/smartfile": "^6.0.8",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.7",
|
|
|
|
"@types/node": "^10.11.7"
|
2018-05-10 17:47:14 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-08-18 20:08:13 +00:00
|
|
|
"@pushrocks/smartpromise": "^2.0.5"
|
2018-05-10 17:47:14 +00:00
|
|
|
}
|
2018-10-14 21:28:38 +00:00
|
|
|
}
|