-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 807 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@imirfanul/csv-processor",
"author": "Md Irfanul Alam Tanveer",
"version": "1.0.2",
"main": "index.js",
"scripts": {
"test": "mocha -r ts-node/register test/**/*.test.ts",
"build": "tsc"
},
"keywords": [
"csv-data-process",
"csv",
"csv-parser",
"csv-file-process"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:imirfanul/csv-processor.git"
},
"bugs": {
"url": "https://github.com/imirfanul/csv-processor/issues"
},
"homepage": "https://github.com/imirfanul/csv-processor#readme",
"license": "ISC",
"description": "",
"dependencies": {
"csv-parser": "^3.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.9",
"chai": "^5.1.1",
"mocha": "^10.5.2",
"ts-node": "^10.9.2"
}
}