ScoreSaberUtils-Script/package.json
Liam c8990f21cd
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 7s
re-code the userscript
2024-04-25 23:39:26 +01:00

24 lines
571 B
JSON

{
"name": "scoresaberutils-script",
"version": "1.0.0",
"description": "The TamperMonkey script for ScoreSaber Utils",
"scripts": {
"build": "webpack --config webpack.config.js",
"dev": "webpack --config webpack.config.js --watch"
},
"private": true,
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon-webpack-plugin": "^4.8.2",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-userscript": "^3.2.2"
},
"dependencies": {
"lodash": "^4.17.21"
}
}