@skullandbonestools/snbdata 8.0.10 → 8.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/LICENSE +661 -661
  2. package/README.md +105 -105
  3. package/data/achievements.json +738 -738
  4. package/data/commodities.json +367 -367
  5. package/data/contracts.json +287 -287
  6. package/data/cosmetics.json +31606 -31221
  7. package/data/events.json +49 -49
  8. package/data/factions.json +135 -135
  9. package/data/items.json +16089 -16076
  10. package/data/materials.json +937 -937
  11. package/data/modifications.json +1579 -1579
  12. package/data/regions.json +25 -25
  13. package/data/seasons.json +64 -64
  14. package/data/sets.json +1681 -1661
  15. package/data/ships.json +946 -946
  16. package/data/territories.json +407 -407
  17. package/data/ultimates.json +108 -108
  18. package/data/worldEvents.json +395 -383
  19. package/dist/data_providers/seasons.d.ts +16 -0
  20. package/dist/data_providers/seasons.d.ts.map +1 -0
  21. package/dist/data_providers/seasons.js +19 -0
  22. package/dist/data_providers/seasons.js.map +1 -0
  23. package/dist/data_providers/ships.d.ts +64 -0
  24. package/dist/data_providers/ships.d.ts.map +1 -0
  25. package/dist/data_providers/ships.js +45 -0
  26. package/dist/data_providers/ships.js.map +1 -0
  27. package/dist/types/ShipSize.d.ts +2 -0
  28. package/dist/types/ShipSize.d.ts.map +1 -0
  29. package/dist/types/ShipSize.js +2 -0
  30. package/dist/types/ShipSize.js.map +1 -0
  31. package/dist/types/SlotWithGunports.d.ts +8 -0
  32. package/dist/types/SlotWithGunports.d.ts.map +1 -0
  33. package/dist/types/SlotWithGunports.js +2 -0
  34. package/dist/types/SlotWithGunports.js.map +1 -0
  35. package/languages/ar/ar_achievements.json +271 -271
  36. package/languages/ar/ar_commodities.json +299 -299
  37. package/languages/ar/ar_contracts.json +98 -98
  38. package/languages/ar/ar_cosmetics.json +21771 -21543
  39. package/languages/ar/ar_events.json +15 -15
  40. package/languages/ar/ar_factions.json +69 -69
  41. package/languages/ar/ar_items.json +3113 -3107
  42. package/languages/ar/ar_locations.json +268 -261
  43. package/languages/ar/ar_materials.json +631 -631
  44. package/languages/ar/ar_modifications.json +446 -446
  45. package/languages/ar/ar_perks.json +3144 -3144
  46. package/languages/ar/ar_regions.json +15 -15
  47. package/languages/ar/ar_seasons.json +12 -12
  48. package/languages/ar/ar_sets.json +423 -418
  49. package/languages/ar/ar_ships.json +111 -111
  50. package/languages/ar/ar_territories.json +177 -177
  51. package/languages/ar/ar_ultimates.json +47 -47
  52. package/languages/ar/ar_worldEvents.json +82 -80
  53. package/languages/de/de_achievements.json +271 -271
  54. package/languages/de/de_commodities.json +299 -299
  55. package/languages/de/de_contracts.json +98 -98
  56. package/languages/de/de_cosmetics.json +21771 -21543
  57. package/languages/de/de_events.json +15 -15
  58. package/languages/de/de_factions.json +69 -69
  59. package/languages/de/de_items.json +3113 -3107
  60. package/languages/de/de_locations.json +268 -261
  61. package/languages/de/de_materials.json +631 -631
  62. package/languages/de/de_modifications.json +446 -446
  63. package/languages/de/de_perks.json +3144 -3144
  64. package/languages/de/de_seasons.json +12 -12
  65. package/languages/de/de_sets.json +423 -418
  66. package/languages/de/de_ships.json +111 -111
  67. package/languages/de/de_worldEvents.json +82 -80
  68. package/languages/en/en_achievements.json +271 -271
  69. package/languages/en/en_commodities.json +299 -299
  70. package/languages/en/en_contracts.json +98 -98
  71. package/languages/en/en_cosmetics.json +21771 -21543
  72. package/languages/en/en_events.json +15 -15
  73. package/languages/en/en_factions.json +69 -69
  74. package/languages/en/en_items.json +3113 -3107
  75. package/languages/en/en_locations.json +268 -261
  76. package/languages/en/en_materials.json +631 -631
  77. package/languages/en/en_modifications.json +446 -446
  78. package/languages/en/en_perks.json +3144 -3144
  79. package/languages/en/en_regions.json +15 -15
  80. package/languages/en/en_seasons.json +12 -12
  81. package/languages/en/en_sets.json +423 -418
  82. package/languages/en/en_ships.json +111 -111
  83. package/languages/en/en_territories.json +177 -177
  84. package/languages/en/en_ultimates.json +47 -47
  85. package/languages/en/en_worldEvents.json +82 -80
  86. package/languages/es/es_achievements.json +271 -271
  87. package/languages/es/es_commodities.json +299 -299
  88. package/languages/es/es_contracts.json +98 -98
  89. package/languages/es/es_cosmetics.json +21771 -21543
  90. package/languages/es/es_events.json +15 -15
  91. package/languages/es/es_factions.json +69 -69
  92. package/languages/es/es_items.json +3113 -3107
  93. package/languages/es/es_locations.json +268 -261
  94. package/languages/es/es_materials.json +631 -631
  95. package/languages/es/es_modifications.json +446 -446
  96. package/languages/es/es_perks.json +3144 -3144
  97. package/languages/es/es_regions.json +15 -15
  98. package/languages/es/es_seasons.json +12 -12
  99. package/languages/es/es_sets.json +423 -418
  100. package/languages/es/es_ships.json +111 -111
  101. package/languages/es/es_territories.json +177 -177
  102. package/languages/es/es_ultimates.json +47 -47
  103. package/languages/es/es_worldEvents.json +82 -80
  104. package/languages/fr/fr_achievements.json +271 -271
  105. package/languages/fr/fr_commodities.json +299 -299
  106. package/languages/fr/fr_contracts.json +98 -98
  107. package/languages/fr/fr_cosmetics.json +21771 -21543
  108. package/languages/fr/fr_events.json +15 -15
  109. package/languages/fr/fr_factions.json +69 -69
  110. package/languages/fr/fr_items.json +3113 -3107
  111. package/languages/fr/fr_locations.json +268 -261
  112. package/languages/fr/fr_materials.json +631 -631
  113. package/languages/fr/fr_modifications.json +446 -446
  114. package/languages/fr/fr_perks.json +3144 -3144
  115. package/languages/fr/fr_regions.json +15 -15
  116. package/languages/fr/fr_seasons.json +12 -12
  117. package/languages/fr/fr_sets.json +423 -418
  118. package/languages/fr/fr_ships.json +111 -111
  119. package/languages/fr/fr_territories.json +177 -177
  120. package/languages/fr/fr_ultimates.json +47 -47
  121. package/languages/fr/fr_worldEvents.json +82 -80
  122. package/languages/source/achievements.json +271 -271
  123. package/languages/source/commodities.json +299 -299
  124. package/languages/source/contracts.json +98 -98
  125. package/languages/source/cosmetics.json +21771 -21543
  126. package/languages/source/events.json +15 -15
  127. package/languages/source/factions.json +69 -69
  128. package/languages/source/items.json +3113 -3107
  129. package/languages/source/locations.json +268 -261
  130. package/languages/source/materials.json +631 -631
  131. package/languages/source/modifications.json +446 -446
  132. package/languages/source/perks.json +3144 -3144
  133. package/languages/source/regions.json +15 -15
  134. package/languages/source/seasons.json +12 -12
  135. package/languages/source/sets.json +423 -418
  136. package/languages/source/ships.json +111 -111
  137. package/languages/source/territories.json +177 -177
  138. package/languages/source/ultimates.json +47 -47
  139. package/languages/source/worldEvents.json +82 -80
  140. package/languages/zh/zh_achievements.json +271 -271
  141. package/languages/zh/zh_commodities.json +299 -299
  142. package/languages/zh/zh_contracts.json +98 -98
  143. package/languages/zh/zh_cosmetics.json +21771 -21543
  144. package/languages/zh/zh_events.json +15 -15
  145. package/languages/zh/zh_factions.json +69 -69
  146. package/languages/zh/zh_items.json +3113 -3107
  147. package/languages/zh/zh_locations.json +268 -261
  148. package/languages/zh/zh_materials.json +631 -631
  149. package/languages/zh/zh_modifications.json +446 -446
  150. package/languages/zh/zh_perks.json +3144 -3144
  151. package/languages/zh/zh_regions.json +15 -15
  152. package/languages/zh/zh_seasons.json +12 -12
  153. package/languages/zh/zh_sets.json +423 -418
  154. package/languages/zh/zh_ships.json +111 -111
  155. package/languages/zh/zh_territories.json +177 -177
  156. package/languages/zh/zh_ultimates.json +47 -47
  157. package/languages/zh/zh_worldEvents.json +82 -80
  158. package/package.json +42 -42
@@ -1,48 +1,48 @@
1
- {
2
- "ultimates": {
3
- "hunter": {
4
- "name": "猎手",
5
- "description": "激活后,在20秒内大幅提升武器造成的伤害。"
6
- },
7
- "laPesteSignalLauncher": {
8
- "name": "拉佩斯特信号发射器",
9
- "description": "装备辅助武器,在海上发射后会召唤出瘟疫之王菲力浦●拉佩斯特保护某个地点,其生命值会持续减少。"
10
- },
11
- "laPlusGrandeFleur": {
12
- "name": "究极花冠",
13
- "description": "装备辅助武器,发射毁灭性的迫击炮弹群,留下会持续存在一段时间的毒池。"
14
- },
15
- "trueEndlessRequiem": {
16
- "name": "至真无尽安魂曲",
17
- "description": "在舷侧装备鱼雷发射器。发射后,会在延迟一段时间后释放鱼雷弹幕,需要精准预测才能造成致命伤害。"
18
- },
19
- "bastion": {
20
- "name": "堡垒",
21
- "description": "激活后,在15秒内大幅减少所有来源的伤害。"
22
- },
23
- "ghostShipSignalLauncher": {
24
- "name": "幽灵船信号弹",
25
- "description": "装备辅助武器,在海上发射后会召唤出幽灵船追杀你的敌人,其生命值会持续减少。"
26
- },
27
- "hailstormLongGuns": {
28
- "name": "破帆长管炮",
29
- "description": "装备于船头武器,可快速精准地射击并撕裂敌船的船帆,令其无法移动。"
30
- },
31
- "massRevitalization": {
32
- "name": "群体复苏",
33
- "description": "激活后,恢复附近盟友75%的船身生命值和100%的船员体力。"
34
- },
35
- "impederBallista": {
36
- "name": "轨道弩炮",
37
- "description": "装备于船头武器,多次蓄力射击,对弱点造成伤害并撕裂敌船的船帆,令其无法移动。"
38
- },
39
- "combatFury": {
40
- "name": "战斗狂怒",
41
- "description": "激活后,提升航行速度和伤害,降低调整船帆和防御时的体力消耗,并定期恢复船身生命值。"
42
- },
43
- "zamaharibuBaitLauncher": {
44
- "name": "萨马哈利布诱饵发射器",
45
- "description": "装备辅助武器,在海上发射后会召唤出海怪萨马哈利布追杀你的敌人。"
46
- }
47
- }
1
+ {
2
+ "ultimates": {
3
+ "hunter": {
4
+ "name": "猎手",
5
+ "description": "激活后,在20秒内大幅提升武器造成的伤害。"
6
+ },
7
+ "laPesteSignalLauncher": {
8
+ "name": "拉佩斯特信号发射器",
9
+ "description": "装备辅助武器,在海上发射后会召唤出瘟疫之王菲力浦●拉佩斯特保护某个地点,其生命值会持续减少。"
10
+ },
11
+ "laPlusGrandeFleur": {
12
+ "name": "究极花冠",
13
+ "description": "装备辅助武器,发射毁灭性的迫击炮弹群,留下会持续存在一段时间的毒池。"
14
+ },
15
+ "trueEndlessRequiem": {
16
+ "name": "至真无尽安魂曲",
17
+ "description": "在舷侧装备鱼雷发射器。发射后,会在延迟一段时间后释放鱼雷弹幕,需要精准预测才能造成致命伤害。"
18
+ },
19
+ "bastion": {
20
+ "name": "堡垒",
21
+ "description": "激活后,在15秒内大幅减少所有来源的伤害。"
22
+ },
23
+ "ghostShipSignalLauncher": {
24
+ "name": "幽灵船信号弹",
25
+ "description": "装备辅助武器,在海上发射后会召唤出幽灵船追杀你的敌人,其生命值会持续减少。"
26
+ },
27
+ "hailstormLongGuns": {
28
+ "name": "破帆长管炮",
29
+ "description": "装备于船头武器,可快速精准地射击并撕裂敌船的船帆,令其无法移动。"
30
+ },
31
+ "massRevitalization": {
32
+ "name": "群体复苏",
33
+ "description": "激活后,恢复附近盟友75%的船身生命值和100%的船员体力。"
34
+ },
35
+ "impederBallista": {
36
+ "name": "轨道弩炮",
37
+ "description": "装备于船头武器,多次蓄力射击,对弱点造成伤害并撕裂敌船的船帆,令其无法移动。"
38
+ },
39
+ "combatFury": {
40
+ "name": "战斗狂怒",
41
+ "description": "激活后,提升航行速度和伤害,降低调整船帆和防御时的体力消耗,并定期恢复船身生命值。"
42
+ },
43
+ "zamaharibuBaitLauncher": {
44
+ "name": "萨马哈利布诱饵发射器",
45
+ "description": "装备辅助武器,在海上发射后会召唤出海怪萨马哈利布追杀你的敌人。"
46
+ }
47
+ }
48
48
  }
@@ -1,81 +1,83 @@
1
- {
2
- "worldEvents": {
3
- "anguishFromTheAbyss": "Anguish from the Abyss",
4
- "tidesOfTerror": "Tides of Terror",
5
- "theMizerja": "The Mizerja",
6
- "theOpwelling": "The Opwelling",
7
- "thePlagueKing": "The Plague King",
8
- "caperingTheCape": "Capering the Cape",
9
- "anAllianceOfConvenience": "An Alliance of Convenience",
10
- "theRempahResupply": "The Rempah Resupply",
11
- "guidedByGuile": "Guided by Guile",
12
- "symphonieMortelle": "Symphonie Mortelle",
13
- "verseOfVengeance": "Verse of Vengeance",
14
- "verseOfRemorse": "Verse of Remorse",
15
- "riskTheRisingTide": "Risk the Rising Tide",
16
- "iceAndEasy": "Ice & Easy",
17
- "chorusOfHavoc": "Chorus of Havoc",
18
- "divineRetribution": "Divine Retribution",
19
- "opulentOpportunity": "Opulent Opportunity",
20
- "easternExchange": "Eastern Exchange",
21
- "flamesOfTheDragon": "Flames of the Dragon",
22
- "theGloriousPhoenix": "The Glorious Phoenix",
23
- "theSerpentsWrath": "The Serpent's Wrath",
24
- "flamesOfThePhoenix": "Flames of the Phoenix",
25
- "baitAndSwitch": "Bait and Switch",
26
- "stolenTreasures": "Stolen Treasures",
27
- "curseOfTheSchaduw": "Curse of the Schaduw",
28
- "theLoomingShadow": "The Looming Shadow",
29
- "reaversVengeance": "Reaver's Vengeance",
30
- "theWolfHunter": "The Wolf Hunter",
31
- "theAzureRoyale": "The Azure Royale",
32
- "theGreatShadow": "The Great Shadow",
33
- "undyingMaw": "Undying Maw",
34
- "payingDues": "Paying Dues",
35
- "scurlocksPrecious": "Scurlock's Precious",
36
- "thickAsThieves": "Thick as Thieves",
37
- "gloryAdorned": "Glory Adorned",
38
- "theHonorlessMizerja": "The Honorless: Mizerja",
39
- "theHonorlessDianSinaga": "The Honorless: Dian Sinaga",
40
- "theHonorlessAhPak": "The Honorless: Ah Pak",
41
- "shadesOfTheRonin": "Shades of the Ronin",
42
- "fangsOfTheFara": "Fangs of the Fara",
43
- "hunterHunted": "Hunter, Hunted",
44
- "watchTheThrone": "Watch the Throne",
45
- "aTreacherousTurn": "A Treacherous Turn",
46
- "aShowOfStrength": "A Show of Strength",
47
- "fromTheDeep": "From the Deep",
48
- "profitablePoison": "Profitable Poison",
49
- "farReachesForTheFara": "Far Reaches for the Fara",
50
- "drownedSorrows": "Drowned Sorrows",
51
- "aHushedHold": "A Hushed Hold",
52
- "theVanishing": "The Vanishing",
53
- "silentDeath": "Silent Death",
54
- "convoyOfHighSpirits": "Convoy of High Spirits",
55
- "shapesInTheWater": "Shapes in the Water",
56
- "spoilsOfWar": "Spoils of War",
57
- "aPerilousPathToProfits": "A Perilous Path to Profits",
58
- "maladiousMeasures": "Maladious Measures",
59
- "colonialShipment": "Colonial Shipment",
60
- "apparativeApparitions": "Apparative Apparitions",
61
- "violentTendencies": "Violent Tendencies",
62
- "aLongMarch": "A Long March",
63
- "theManicMoonshinerFleet": "The Manic Moonshiner Fleet",
64
- "deadMansMoonshine": "Dead Man's Moonshine",
65
- "moonshineMadness": "Moonshine Madness",
66
- "bloodDrunk": "Blood Drunk",
67
- "theWeepingMother": "The Weeping Mother",
68
- "soleilRoyal": "Soleil Royal",
69
- "reapItAndWeep": "Reap It & Weep",
70
- "reaperOfTheLost": "Reaper of the Lost",
71
- "azureHarbinger": "Azure Harbinger",
72
- "warCargo": "War Cargo",
73
- "warConvoy": "War Convoy",
74
- "opstuwing": "Mighty Opwelling",
75
- "soleilImperial": "Mighty Soleil Royal",
76
- "kraken": "Kraken",
77
- "theDrowningPlague": "The Drowning Plague",
78
- "jawsOfRetribution": "Jaws of Retribution",
79
- "megafortWolvenhol": "Megafort Wolvenhol"
80
- }
1
+ {
2
+ "worldEvents": {
3
+ "anguishFromTheAbyss": "Anguish from the Abyss",
4
+ "tidesOfTerror": "Tides of Terror",
5
+ "theMizerja": "The Mizerja",
6
+ "theOpwelling": "The Opwelling",
7
+ "thePlagueKing": "The Plague King",
8
+ "caperingTheCape": "Capering the Cape",
9
+ "anAllianceOfConvenience": "An Alliance of Convenience",
10
+ "theRempahResupply": "The Rempah Resupply",
11
+ "guidedByGuile": "Guided by Guile",
12
+ "symphonieMortelle": "Symphonie Mortelle",
13
+ "verseOfVengeance": "Verse of Vengeance",
14
+ "verseOfRemorse": "Verse of Remorse",
15
+ "riskTheRisingTide": "Risk the Rising Tide",
16
+ "iceAndEasy": "Ice & Easy",
17
+ "chorusOfHavoc": "Chorus of Havoc",
18
+ "divineRetribution": "Divine Retribution",
19
+ "opulentOpportunity": "Opulent Opportunity",
20
+ "easternExchange": "Eastern Exchange",
21
+ "flamesOfTheDragon": "Flames of the Dragon",
22
+ "theGloriousPhoenix": "The Glorious Phoenix",
23
+ "theSerpentsWrath": "The Serpent's Wrath",
24
+ "flamesOfThePhoenix": "Flames of the Phoenix",
25
+ "baitAndSwitch": "Bait and Switch",
26
+ "stolenTreasures": "Stolen Treasures",
27
+ "curseOfTheSchaduw": "Curse of the Schaduw",
28
+ "theLoomingShadow": "The Looming Shadow",
29
+ "reaversVengeance": "Reaver's Vengeance",
30
+ "theWolfHunter": "The Wolf Hunter",
31
+ "theAzureRoyale": "The Azure Royale",
32
+ "theGreatShadow": "The Great Shadow",
33
+ "undyingMaw": "Undying Maw",
34
+ "payingDues": "Paying Dues",
35
+ "scurlocksPrecious": "Scurlock's Precious",
36
+ "thickAsThieves": "Thick as Thieves",
37
+ "gloryAdorned": "Glory Adorned",
38
+ "theHonorlessMizerja": "The Honorless: Mizerja",
39
+ "theHonorlessDianSinaga": "The Honorless: Dian Sinaga",
40
+ "theHonorlessAhPak": "The Honorless: Ah Pak",
41
+ "shadesOfTheRonin": "Shades of the Ronin",
42
+ "fangsOfTheFara": "Fangs of the Fara",
43
+ "hunterHunted": "Hunter, Hunted",
44
+ "watchTheThrone": "Watch the Throne",
45
+ "aTreacherousTurn": "A Treacherous Turn",
46
+ "aShowOfStrength": "A Show of Strength",
47
+ "fromTheDeep": "From the Deep",
48
+ "profitablePoison": "Profitable Poison",
49
+ "farReachesForTheFara": "Far Reaches for the Fara",
50
+ "drownedSorrows": "Drowned Sorrows",
51
+ "aHushedHold": "A Hushed Hold",
52
+ "theVanishing": "The Vanishing",
53
+ "silentDeath": "Silent Death",
54
+ "convoyOfHighSpirits": "Convoy of High Spirits",
55
+ "shapesInTheWater": "Shapes in the Water",
56
+ "spoilsOfWar": "Spoils of War",
57
+ "aPerilousPathToProfits": "A Perilous Path to Profits",
58
+ "maladiousMeasures": "Maladious Measures",
59
+ "colonialShipment": "Colonial Shipment",
60
+ "apparativeApparitions": "Apparative Apparitions",
61
+ "violentTendencies": "Violent Tendencies",
62
+ "aLongMarch": "A Long March",
63
+ "theManicMoonshinerFleet": "The Manic Moonshiner Fleet",
64
+ "deadMansMoonshine": "Dead Man's Moonshine",
65
+ "moonshineMadness": "Moonshine Madness",
66
+ "bloodDrunk": "Blood Drunk",
67
+ "theWeepingMother": "The Weeping Mother",
68
+ "soleilRoyal": "Soleil Royal",
69
+ "reapItAndWeep": "Reap It & Weep",
70
+ "reaperOfTheLost": "Reaper of the Lost",
71
+ "azureHarbinger": "Azure Harbinger",
72
+ "warCargo": "War Cargo",
73
+ "warConvoy": "War Convoy",
74
+ "opstuwing": "Mighty Opwelling",
75
+ "soleilImperial": "Mighty Soleil Royal",
76
+ "kraken": "Kraken",
77
+ "theDrowningPlague": "The Drowning Plague",
78
+ "jawsOfRetribution": "Jaws of Retribution",
79
+ "megafortWolvenhol": "Megafort Wolvenhol",
80
+ "legendOfTheNian": "Legend of the Nian",
81
+ "crazedNian": "Crazed Nian"
82
+ }
81
83
  }
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
- {
2
- "name": "@skullandbonestools/snbdata",
3
- "version": "8.0.10",
4
- "description": "Inofficial data package for the Skull and Bones game by Ubisoft.",
5
- "keywords": [
6
- "ubisoft",
7
- "ubisoft-game",
8
- "skull-and-bones",
9
- "skull-and-bones-tools"
10
- ],
11
- "homepage": "https://github.com/SkullAndBonesTools/SkullAndBonesData#readme",
12
- "bugs": {
13
- "url": "https://github.com/SkullAndBonesTools/SkullAndBonesData/issues"
14
- },
15
- "repository": {
16
- "type": "git",
17
- "url": "git+https://github.com/SkullAndBonesTools/SkullAndBonesData.git"
18
- },
19
- "publishConfig": {
20
- "@skullandbonestools:registry": "https://registry.npmjs.org"
21
- },
22
- "license": "AGPL-3.0",
23
- "author": "Skull and Bones Tools",
24
- "type": "module",
25
- "main": "dist/index.js",
26
- "module": "dist/index.js",
27
- "types": "dist/index.d.ts",
28
- "scripts": {
29
- "prepare": "npm run build",
30
- "build": "tsc"
31
- },
32
- "files": [
33
- "data",
34
- "languages",
35
- "dist",
36
- "README.md",
37
- "LICENSE"
38
- ],
39
- "devDependencies": {
40
- "typescript": "^5.8.3"
41
- }
42
- }
1
+ {
2
+ "name": "@skullandbonestools/snbdata",
3
+ "version": "8.0.12",
4
+ "description": "Inofficial data package for the Skull and Bones game by Ubisoft.",
5
+ "keywords": [
6
+ "ubisoft",
7
+ "ubisoft-game",
8
+ "skull-and-bones",
9
+ "skull-and-bones-tools"
10
+ ],
11
+ "homepage": "https://github.com/SkullAndBonesTools/SkullAndBonesData#readme",
12
+ "bugs": {
13
+ "url": "https://github.com/SkullAndBonesTools/SkullAndBonesData/issues"
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/SkullAndBonesTools/SkullAndBonesData.git"
18
+ },
19
+ "publishConfig": {
20
+ "@skullandbonestools:registry": "https://registry.npmjs.org"
21
+ },
22
+ "license": "AGPL-3.0",
23
+ "author": "Skull and Bones Tools",
24
+ "type": "module",
25
+ "main": "dist/index.js",
26
+ "module": "dist/index.js",
27
+ "types": "dist/index.d.ts",
28
+ "scripts": {
29
+ "prepare": "npm run build",
30
+ "build": "tsc"
31
+ },
32
+ "files": [
33
+ "data",
34
+ "languages",
35
+ "dist",
36
+ "README.md",
37
+ "LICENSE"
38
+ ],
39
+ "devDependencies": {
40
+ "typescript": "^5.8.3"
41
+ }
42
+ }