UNPKG

convert-csv-to-json2

Version:
69 lines 1.74 kB
{ "name": "convert-csv-to-json2", "version": "1.0.2", "description": "Convert CSV to JSON", "type": "module", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/dbednar13/CSVtoJSON.git" }, "keywords": [ "csv", "to", "json", "csvtojson", "converter", "css", "json", "parser", "javascript", "nodejs", "node", "npm", "npm-package", "npm-module", "csv-parser", "js", "javascript", "ts", "typescript" ], "author": "dbednar13", "license": "MIT", "bugs": { "url": "https://github.com/dbednar13/CSVtoJSON/issues" }, "homepage": "https://github.com/dbednar13/CSVtoJSON#readme", "devDependencies": { "@eslint/js": "^9.28.0", "@jest/globals": "30.0.0-beta.3", "@types/jest": "^29.5.14", "@types/node": "^22.15.29", "eslint": "^9.28.0", "eslint-config-prettier": "^10.1.5", "globals": "^16.2.0", "jest": "^29.7.0", "prettier": "^3.5.3", "ts-jest": "^29.3.4", "ts-node": "^10.9.2", "tsup": "^8.5.0", "typescript": "^5.8.3", "typescript-eslint": "^8.33.0" }, "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977", "scripts": { "build": "tsup", "test": "jest", "test-debug": "node --inspect-brk node_modules/.bin/jest --runInBand --detectOpenHandles", "version-patch": "npm version patch", "version-minor": "npm version minor", "version-major": "npm version major", "release": "./semantic-versioning.sh" } }