-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 980 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": "bitfolly",
"version": "1.0.0",
"description": "",
"main": "main.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bundle": "rollup -c",
"watch": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emptyflash/bitfolly.git"
},
"author": "emptyflash",
"license": "ACSL",
"bugs": {
"url": "https://github.com/emptyflash/bitfolly/issues"
},
"homepage": "https://github.com/emptyflash/bitfolly#readme",
"dependencies": {
"@codemirror/lang-javascript": "^6.1.1",
"@replit/codemirror-vim": "^6.0.3",
"cm6-theme-nord": "^0.2.0",
"codemirror": "^6.0.1",
"gpu.js": "^2.16.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.7",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"rollup": "^3.5.1",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^2.0.2"
}
}