{
"name": "@fascinated/beatsaber-helpers",
"version": "1.0.0",
"description": "Simple util library to fetch data from beatsaber websites",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://git.fascinated.cc/Fascinated/beatsaber-helpers.git"
"author": "Fascinated",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"jest": "^29.5.0",
"typescript": "^5.0.2"
"devDependencies": {
"@types/node": "^18.15.11"
}