59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "@push.rocks/smartcsv",
|
|
"version": "2.0.2",
|
|
"private": false,
|
|
"description": "A module for handling CSV data compliant with Gitzone standard.",
|
|
"exports": {
|
|
".": "./dist_ts/index.js"
|
|
},
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Task Venture Capital GmbH <hello@task.vc>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "tstest test/",
|
|
"build": "tsbuild",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^4.4.0",
|
|
"@git.zone/tsdoc": "^2.0.3",
|
|
"@git.zone/tstest": "^3.6.3",
|
|
"@types/node": "^25.6.0"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/smartstring": "^4.1.1"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
".smartconfig.json",
|
|
"license",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"keywords": [
|
|
"CSV",
|
|
"data parsing",
|
|
"data conversion",
|
|
"TypeScript",
|
|
"CSV manipulation",
|
|
"CSV to JSON"
|
|
],
|
|
"homepage": "https://code.foss.global/push.rocks/smartcsv",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartcsv.git"
|
|
}
|
|
}
|