狂野飙车9国服数据表,国际服数据表,生涯地图表
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
a9-data/package.json

23 lines
955 B

{
"name": "a9-data",
"version": "1.0.0",
"description": "",
"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"
},
"author": "",
"license": "ISC",
"dependencies": {
"dayjs": "^1.11.5",
"xlsx": "^0.15.4"
}
}