2021-03-30 09:16:11 +07:00
|
|
|
{
|
2021-03-30 10:16:49 +07:00
|
|
|
"name": "excel2json-xlsx",
|
2021-03-30 12:31:59 +07:00
|
|
|
"version": "1.0.4",
|
2021-03-30 11:21:58 +07:00
|
|
|
"keywords": [
|
|
|
|
"excel",
|
|
|
|
"json",
|
|
|
|
"excel2json",
|
|
|
|
"parser",
|
|
|
|
"xlsx"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"bin": "bin/cli.js",
|
2021-03-30 10:16:49 +07:00
|
|
|
"description": "Excel to JSON, able to export JSON from Excel (xlsx)",
|
2021-03-30 09:19:19 +07:00
|
|
|
"repository": {
|
|
|
|
"url": "https://github.com/CUBETIQ/excel2json.git"
|
|
|
|
},
|
2021-03-30 09:16:11 +07:00
|
|
|
"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": {
|
2021-03-30 11:21:58 +07:00
|
|
|
"xlsx": "^0.16.9",
|
|
|
|
"yargs": "^16.2.0"
|
2021-03-30 09:16:11 +07:00
|
|
|
}
|
|
|
|
}
|