excel-json-cli1
Version:
用于把表格数据导成json数据,可支持json、ts和js,或者,用于把json数据导成表格数据,可支持json、ts和js。
46 lines (45 loc) • 977 B
JSON
{
"name": "excel-json-cli1",
"version": "2.2.4",
"description": "",
"main": "index.js",
"private": false,
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"pub": "npm run build && npm publish"
},
"bin": {
"excel2json": "lib/src/bin/excel-to-json.js",
"json2excel": "lib/src/bin/json-to-excel.js"
},
"repository": {
"type": "git",
"url": "git@github.com:guoqirong/excel-json-cli.git"
},
"keywords": [
"excel2json",
"json2excel",
"json",
"excel",
"xlsx",
"xls"
],
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.3.0",
"fs-extra": "^10.1.0",
"node-xlsx": "^0.21.0",
"prettier": "^2.8.8"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.45",
"@types/prettier": "^2.7.2",
"tsc": "^2.0.4",
"typescript": "4.7.4"
},
"types": "dist/index.d.ts"
}