smartcsv/package.json

38 lines
848 B
JSON
Raw Normal View History

2018-05-10 17:47:14 +00:00
{
"name": "@pushrocks/smartcsv",
2019-10-11 13:48:23 +00:00
"version": "1.0.19",
"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": {
2019-10-10 16:30:29 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.28",
"@pushrocks/smartfile": "^7.0.6",
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.7.12"
2018-05-10 17:47:14 +00:00
},
"dependencies": {
2019-10-10 16:30:29 +00:00
"@pushrocks/smartpromise": "^3.0.6",
"@pushrocks/smartstring": "^3.0.14"
2019-07-08 14:57:45 +00:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-07-08 14:57:46 +00:00
}