1234567891011121314151617181920212223242526 |
- {
- "name": "excel2x",
- "bin": {
- "excel2x": "./dist/Main.js"
- },
- "version": "1.0.17",
- "description": "配置转换工具",
- "main": "index.js",
- "scripts": {
- "start": "node ./dist/Main.js",
- "test": "node ./dist/Main.js -i D:/zedu_jxb/config -o D:/zedu_jxb/config/output -t ts_alone js_alone -k id"
- },
- "repository": {
- "type": "git",
- "url": "http://zhi-edu.com:3000/lan/excel2x"
- },
- "keywords": [],
- "author": "goodkof",
- "license": "MIT",
- "dependencies": {
- "@types/node": "^13.11.1",
- "@types/yargs": "^15.0.4",
- "xlsx": "^0.15.6",
- "yargs": "^15.3.1"
- }
- }
|