38 lines
964 B
JSON
38 lines
964 B
JSON
{
|
|
"name": "bms-pack-cli",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"compile-watch": "esbuild --watch src/index.ts --platform=node --bundle --external:esbuild --sourcemap=both --outfile=./.out/build.js > /dev/null 2>&1",
|
|
"run-watch": "node --watch ./.out/build.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/cli-progress": "^3.11.6",
|
|
"@types/lodash": "^4.17.14",
|
|
"@types/node": "22.12.0",
|
|
"commander": "^13.1.0",
|
|
"esbuild": "^0.24.2",
|
|
"lodash": "^4.17.21",
|
|
"prettier": "3.4.2",
|
|
"typescript": "5.7.3"
|
|
},
|
|
"dependencies": {
|
|
"@types/node-7z": "^2.1.10",
|
|
"bms-table-loader": "^2.0.0",
|
|
"cli-progress": "^3.12.0",
|
|
"glob": "^11.0.1",
|
|
"node-7z": "^3.0.0"
|
|
},
|
|
"prettier": {
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"arrowParens": "always",
|
|
"printWidth": 80
|
|
}
|
|
}
|