smartcsv/package.json

27 lines
662 B
JSON
Raw Normal View History

2018-05-10 17:47:14 +00:00
{
"name": "@pushrocks/smartcsv",
2018-10-14 21:28:38 +00:00
"version": "1.0.14",
"private": false,
"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",
"@gitzone/tsrun": "^1.1.13",
2018-08-18 20:05:26 +00:00
"@gitzone/tstest": "^1.0.15",
"@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
}