16 lines
318 B
JSON
16 lines
318 B
JSON
{
|
|
"name": "excel2json",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Sambo Chea <sombochea@cubetiqs.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"xlsx": "^0.16.9"
|
|
}
|
|
}
|