12345678910111213141516171819202122232425262728293031 |
- {
- "name": "excel2x",
- "bin": {
- "excel2x": "./dist/Main.js"
- },
- "version": "1.0.17",
- "description": "配置转换工具",
- "main": "index.js",
- "scripts": {
- "build": "tsc -p ./tsconfig.json",
- "start": "node ./dist/Main.js",
- "test": "node ./dist/Main.js -i D:/b22_client/config -o D:/b22_client/config -t ts_alone"
- },
- "repository": {
- "type": "git",
- "url": "git://43.139.94.120:3000/lanyunfei/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"
- },
- "devDependencies": {
- "typescript": "^5.4.3"
- }
- }
|