-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 943 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
{
"name": "bl4st",
"version": "1.0.0",
"description": "",
"main": "main.js",
"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": "CC BY-NC-SA",
"bugs": {
"url": "https://github.com/emptyflash/bl4st/issues"
},
"homepage": "https://emptyfla.sh/bl4st",
"dependencies": {
"@codemirror/lang-javascript": "^6.1.1",
"@replit/codemirror-vim": "^6.0.3",
"cm6-theme-nord": "^0.2.0",
"codemirror": "^6.0.1",
"gl-matrix": "^3.4.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.3",
"@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"
}
}