|
|
|
|
@ -5,14 +5,14 @@ |
|
|
|
|
"main": "index.js", |
|
|
|
|
"scripts": { |
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
|
|
|
"gl:carList": "node .\\exportJsonLines.js .\\国际服小助手.xlsx 数据卡片", |
|
|
|
|
"gl:versionNote": "node .\\exportJsonLines.js .\\国际服小助手.xlsx versionNoteGL", |
|
|
|
|
"gl:careerSeason": "node .\\exportJsonLines.js .\\生涯地图.xlsx careerSeasonGL", |
|
|
|
|
"al:carList": "node .\\exportJsonLines.js .\\国服小助手.xlsx 数据卡片", |
|
|
|
|
"al:versionNote": "node .\\exportJsonLines.js .\\国服小助手.xlsx versionNoteAL", |
|
|
|
|
"al:careerSeason": "node .\\exportJsonLines.js .\\生涯地图.xlsx careerSeasonAL", |
|
|
|
|
"tracks": "node .\\exportJsonLines.js .\\生涯地图.xlsx track", |
|
|
|
|
"mapTheme": "node .\\exportJsonLines.js .\\生涯地图.xlsx mapTheme" |
|
|
|
|
"gl:carList": "node exportJsonLines.js 国际服小助手.xlsx 数据卡片", |
|
|
|
|
"gl:versionNote": "node exportJsonLines.js 国际服小助手.xlsx versionNoteGL", |
|
|
|
|
"gl:careerSeason": "node exportJsonLines.js 生涯地图.xlsx careerSeasonGL", |
|
|
|
|
"al:carList": "node exportJsonLines.js 国服小助手.xlsx 数据卡片", |
|
|
|
|
"al:versionNote": "node exportJsonLines.js 国服小助手.xlsx versionNoteAL", |
|
|
|
|
"al:careerSeason": "node exportJsonLines.js 生涯地图.xlsx careerSeasonAL", |
|
|
|
|
"tracks": "node exportJsonLines.js 生涯地图.xlsx track", |
|
|
|
|
"mapTheme": "node exportJsonLines.js 生涯地图.xlsx mapTheme" |
|
|
|
|
}, |
|
|
|
|
"author": "", |
|
|
|
|
"license": "ISC", |
|
|
|
|
|