-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
50 lines (50 loc) · 1.32 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
48
49
50
{
"name": "@cubing/timer",
"version": "4.0.2",
"description": "Template for interacting with cubing JS libraries.",
"author": "Lucas Garron <code@garron.net> (https://garron.net/)",
"license": "GPL-3.0-or-later",
"repository": "github:cubing/libTemplate.js",
"bugs": {
"url": "https://github.com/cubing/libTemplate.js/issues"
},
"main": "./dist/timerApp.js",
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"@types/dom-screen-wake-lock": "^1.0.1",
"@types/pouchdb": "^6.4.0",
"comlink": "^4.4.1",
"cubing": "^0.52.1",
"events": "^3.3.0",
"pouchdb": "^8.0.1",
"pouchdb-find": "^8.0.1",
"typescript": "^5.6.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"barely-a-dev-server": "^0.6.0",
"chai": "^4.3.8",
"esbuild": "^0.19.3",
"lib": "^5.1.0",
"mocha": "^10.2.0",
"workbox": "^0.0.0",
"workbox-build": "^7.0.0",
"workbox-precaching": "^7.0.0"
},
"scripts": {
"prepublishOnly": "make dist",
"lint": "npx @biomejs/biome check ./script ./src",
"format": "npx @biomejs/biome format --write ./script ./src"
},
"cache": {
"globPatterns": [
"**/*.{html,js,css,jpg,png,ttf,ico}"
],
"ignoreURLParametersMatching": [
".*"
]
}
}