Skip to content

Commit 9af1f90

Browse files
author
Burak Targaç
committed
npm inital file added
1 parent c9fa6af commit 9af1f90

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

package.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "excel-parser-processor",
3+
"version": "1.0.0",
4+
"description": "Does the tedious processing over all items of a given excel file by converting the rows to an array and process all items of that array recursively",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "jest"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/btargac/excel-parser-processor.git"
12+
},
13+
"keywords": [
14+
"process",
15+
"excel",
16+
"download",
17+
"parse",
18+
"read excel",
19+
"process excel file"
20+
],
21+
"author": "Burak Targaç",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/btargac/excel-parser-processor/issues"
25+
},
26+
"homepage": "https://github.com/btargac/excel-parser-processor#readme"
27+
}

0 commit comments

Comments
 (0)