smartcsv/package.json

41 lines
958 B
JSON
Raw Permalink Normal View History

2018-05-10 17:47:14 +00:00
{
"name": "@pushrocks/smartcsv",
2019-12-15 18:30:47 +00:00
"version": "1.0.22",
"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",
2019-12-15 18:15:03 +00:00
"@pushrocks/tapbundle": "^3.2.0",
2019-12-15 18:30:46 +00:00
"@types/node": "^12.12.17",
"tslint": "^6.0.0-beta0",
"tslint-config-prettier": "^1.18.0"
2018-05-10 17:47:14 +00:00
},
"dependencies": {
2019-10-10 16:30:29 +00:00
"@pushrocks/smartpromise": "^3.0.6",
2019-12-15 18:15:03 +00:00
"@pushrocks/smartstring": "^3.0.17"
2019-07-08 14:57:45 +00:00
},
"files": [
2019-12-15 18:18:39 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-07-08 14:57:45 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2019-12-15 18:18:40 +00:00
}