-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 895 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
38
39
40
{
"name": "crabrave",
"keywords": [],
"module": "index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"size": "bun build index.ts --minify | wc -m",
"test": "vitest"
},
"files": [
"dist/*",
"README.md"
],
"devDependencies": {
"@biomejs/biome": "latest",
"@changesets/cli": "^2.27.7",
"@types/bun": "latest",
"@vitest/ui": "^2.0.5",
"bun-plugin-dts": "^0.2.3",
"bun-plugin-isolated-decl": "^0.1.4",
"vitest": "^2.0.5"
},
"peerDependencies": {
"typescript": "^5.5.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oofdere/crabrave"
},
"author": {
"name": "Tibet Tornaci",
"email": "[email protected]",
"url": "https://oof.dere.systems"
},
"homepage": "https://github.com/oofdere/crabrave"
}