eljson
Version:
## 介绍
41 lines (40 loc) • 738 B
JSON
{
"name": "eljson",
"version": "1.1.0",
"description": "",
"main": "lib/index.js",
"bin": {
"eljson": "./lib/index.js"
},
"scripts": {
"start": "tsc --watch",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://gitee.com/ws18250840411/eljson.git"
},
"files": [
"lib"
],
"keywords": [
"eljson",
"xlsx2json",
"xlsx"
],
"author": "",
"license": "ISC",
"dependencies": {
"consola": "^2.15.3",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.0",
"inquirer": "^8.2.0",
"xlsx": "^0.17.5"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^8.1.3",
"@types/node": "^17.0.11",
"typescript": "^4.5.5"
}
}