mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-28 01:48:11 +03:00
* feat: initial ongeki support * feat: initial ongeki seeds * chore: link to a basic score exporter * fix: unhardcode the colSpan of score dropdowns Fixes ongeki and doesn't break chunithm * fix: make bellCount optional to match judgements and damage * docs: add a page for Ongeki * feat: ongeki seeder * feat: implement isHot Also restore Arcaea to test.conf.json5 (it was a mistake) * fix: add isHot to the seeder * fix: proper handling of re:masters Also change non-full-bell from an empty string to "NONE", for clarity * docs: document the re:master fix * feat: update rg-stats to 0.5.5 enables ongeki calcs * chore: lockfile * fix: get rid of scales as they're unused * fix: update name->NAME * minrelevantvalue should be one of the values? * fix: add property that must be there? * fix: jesus christ the tests are loud * better docs on mrv * fix: remove platdelta, make platscore optional * fix: grade B tests oh my god * fix: rating check * fix: pb merge check * fix: pb merge check #2 * fix: use nowrap in all lamp cells * fix: tidy up platcell * fix: all of these MUST be part of scoreID * fix: remove unused code * feat: remove note counts & isHot * chore: bump rg-stats --------- Co-authored-by: zkldi <20380519+zkldi@users.noreply.github.com>
41 lines
996 B
JSON
41 lines
996 B
JSON
{
|
|
"name": "tachi-database-seeds-scripts",
|
|
"version": "0.1.0-see-project-root",
|
|
"private": true,
|
|
"description": "Scripts for dealing with tachi-database-seeds.",
|
|
"main": "",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"test": "./run-tests.sh",
|
|
"sort": "node deterministic-collection-sort.js"
|
|
},
|
|
"author": "zkldi",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"tsconfig-paths": "3.12.0"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "18.11.18",
|
|
"@types/lodash.get": "^4.4.7",
|
|
"better-sqlite3": "9.4.5",
|
|
"bms-table-loader": "2.0.0",
|
|
"chalk": "4",
|
|
"commander": "^8.2.0",
|
|
"csv-parse": "^5.0.3",
|
|
"deepmerge": "^4.2.2",
|
|
"encoding-japanese": "^1.0.30",
|
|
"fast-json-stable-hash": "^1.0.3",
|
|
"fast-xml-parser": "^4.2.5",
|
|
"glob": "^7.2.0",
|
|
"html-entities": "^2.3.2",
|
|
"iconv-lite": "^0.6.3",
|
|
"lodash.get": "^4.4.2",
|
|
"mei-logger": "^1.0.1",
|
|
"monk": "^7.3.4",
|
|
"node-fetch": "2.6.7",
|
|
"prudence": "0.10.0",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"tachi-common": "workspace:../../common"
|
|
}
|
|
}
|