This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
beatsaber-helpers/package.json
Fascinated 7792ce5df5
All checks were successful
build (18.x)
fixes
2023-03-29 18:59:59 +01:00

25 lines
519 B
JSON

{
"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"
}
}