feat(core): initial

This commit is contained in:
2018-05-10 19:47:14 +02:00
commit dff335a6fb
15 changed files with 1146 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "@pushrocks/smartcsv",
"version": "1.0.1",
"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"
}
}