-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
47 lines (47 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "scoresaberenhanced",
"version": "1.12.0",
"description": "Adds links to beatsaver, player comparison and various other improvements",
"main": "src/main.ts",
"scripts": {
"build": "gulp",
"dev": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Splamy/ScoreSaberEnhanced.git"
},
"keywords": [
"BeatSaber",
"ScoreSaber",
"Beat",
"Saber",
"Score",
"Enhanced",
"UserScript"
],
"author": "Splamy, TheAsuro",
"license": "MIT",
"bugs": {
"url": "https://github.com/Splamy/ScoreSaberEnhanced/issues"
},
"homepage": "https://github.com/Splamy/ScoreSaberEnhanced#readme",
"devDependencies": {
"@rbnlffl/rollup-plugin-eslint": "2.0.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "8.3.0",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"eslint": "8.2.0",
"gulp": "4.0.2",
"gulp-concat": "2.6.1",
"gulp-replace": "1.1.3",
"rollup": "2.59.0",
"rollup-plugin-svelte": "^7.1.0",
"svelte": "^3.41.0",
"svelte-preprocess": "^4.7.4",
"tslib": "2.3.1",
"typescript": "4.4.4"
}
}