-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1 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
{
"name": "scramble.cubing.net",
"version": "0.1.0",
"type": "module",
"description": "Get a scramble for cubing!",
"repository": {
"type": "git",
"url": "git+https://github.com/cubing/scramble.cubing.net.git"
},
"keywords": [],
"author": "Lucas Garron <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/cubing/scramble.cubing.net/issues"
},
"homepage": "https://github.com/cubing/scramble.cubing.net#readme",
"devDependencies": {
"barely-a-dev-server": "^0.3.6",
"esbuild": "^0.15.14",
"rome": "^10.0.1",
"workbox-build": "^6.5.2",
"workbox-precaching": "^6.5.2"
},
"scripts": {
"build": "node script/build.js",
"dev": "node -e 'import(\"barely-a-dev-server\").then(s => s.barelyServe({entryRoot: \"src\", devDomain: \"scramble.localhost\", port: 3335}))'",
"clean": "rm -rf ./dist",
"lint": "npx rome check src",
"format": "npx rome format --write src"
},
"dependencies": {
"cubing": "^0.34.2"
}
}