ScoreSaberUtils-Script/package.json

24 lines
571 B
JSON
Raw Normal View History

2024-04-25 22:39:26 +00:00
{
"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"
}
}