2024-04-25 22:39:26 +00:00
|
|
|
{
|
|
|
|
"name": "scoresaberutils-script",
|
|
|
|
"version": "1.0.0",
|
2024-04-26 00:33:07 +00:00
|
|
|
"description": "TamperMonkey script for ScoreSaber Utils",
|
2024-04-25 22:39:26 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|