parent
e3dbdc3a95
commit
7792ce5df5
@ -1,4 +1,4 @@
|
|||||||
const ScoreSaber = require("../dist/scoresaber/scoresaber");
|
const ScoreSaber = require("../dist/scoresaber/ScoreSaber");
|
||||||
|
|
||||||
const PREFIX = "ScoreSaber -";
|
const PREFIX = "ScoreSaber -";
|
||||||
const TEST_PLAYER = "76561198449412074";
|
const TEST_PLAYER = "76561198449412074";
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"description": "Simple util library to fetch data from beatsaber websites",
|
"description": "Simple util library to fetch data from beatsaber websites",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npx tsc",
|
"build": "tsc",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Reference in New Issue
Block a user