@skullandbonestools/snbdata
Version:
Inofficial data package for the Skull and Bones game by Ubisoft.
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "@skullandbonestools/snbdata",
"version": "9.0.1",
"description": "Inofficial data package for the Skull and Bones game by Ubisoft.",
"keywords": [
"ubisoft",
"ubisoft-game",
"skull-and-bones",
"skull-and-bones-tools"
],
"homepage": "https://github.com/SkullAndBonesTools/SkullAndBonesData#readme",
"bugs": {
"url": "https://github.com/SkullAndBonesTools/SkullAndBonesData/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SkullAndBonesTools/SkullAndBonesData.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public",
"provenance": true
},
"license": "AGPL-3.0",
"author": "Skull and Bones Tools",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc"
},
"files": [
"data",
"languages",
"dist",
"README.md",
"LICENSE"
],
"devDependencies": {
"typescript": "6.0.2"
}
}