-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
37 lines (37 loc) · 1023 Bytes
/
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
{
"name": "bytebeat-composer",
"version": "0.4",
"author": "SthephanShi",
"description": "Bytebeat player with playlist that contains many interesting formulas from the Internet",
"homepage": "https://dollchan.net/bytebeat/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SthephanShinkufag/bytebeat-composer.git"
},
"bugs": {
"url": "https://github.com/SthephanShinkufag/bytebeat-composer/issues"
},
"scripts": {
"start": "rollup -c"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"rollup": "^4.27.3"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.3",
"@codemirror/commands": "^6.7.1",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/language": "^6.10.3",
"@codemirror/search": "^6.5.7",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.3",
"@lezer/highlight": "^1.2.1",
"pako": "^2.1.0"
}
}