tft-dataset
Version:
Basic informations on current tft set.
24 lines (23 loc) • 601 B
JSON
{
"name": "tft-dataset",
"version": "4.1.0",
"description": "Basic informations on current tft set.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/ferdodo/tft-dataset"
},
"keywords": ["tft"],
"author": "Thomas Riffard",
"license": "MIT",
"scripts": {
"build": "tsc --noEmit && vitest run && biome ci --organize-imports-enabled=false && stryker run && tsc"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@stryker-mutator/core": "^8.2.6",
"@stryker-mutator/vitest-runner": "^8.2.6",
"typescript": "^5.4.3",
"vitest": "^3.1.1"
}
}