-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.28 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.28 KB
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
51
52
53
{
"private": true,
"name": "@rafifos/bits",
"version": "1.0.0",
"description": "Bits and Bytes that aren't big enough to be their on library.",
"keywords": [
"rafifos",
"jsrepo",
"libraries",
"utils",
"trycatch",
"try",
"catch",
"error",
"error-handling",
"error-handling-library",
"error-handling-utils"
],
"author": "Rafael Julio <development@rafifos.dev> (https://rafifos.dev)",
"license": "MIT",
"homepage": "https://github.com/rafifos/bits",
"bugs": "https://github.com/rafifos/bits/issues",
"repository": "rafifos/bits",
"type": "module",
"packageManager": "pnpm@10.6.4",
"engines": {
"node": ">= 22",
"pnpm": ">= 10",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"scripts": {
"build": "jsrepo build",
"test": "jest",
"lint": "biome check --write"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@jest/globals": "^29.7.0",
"@types/node": "^22",
"jest": "^29.7.0",
"jsrepo": "^1.47.0",
"lefthook": "^1.11.8",
"ts-jest": "^29.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"pnpm": {
"onlyBuiltDependencies": ["@biomejs/biome", "lefthook"]
}
}