-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.38 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.38 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
54
55
56
57
{
"name": "@bitcoinerlab/configs",
"version": "2.0.0",
"description": "Shared configuration files for BitcoinerLab projects.",
"prettier": "./prettierConfig.json",
"eslintConfig": {
"extends": "./eslintConfig.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bitcoinerlab/configs.git"
},
"scripts": {
"ensureTester": "scripts/ensureTester.sh"
},
"keywords": [
"config",
"shared",
"bitcoinerlab"
],
"author": "Jose-Luis Landabaso",
"license": "MIT",
"files": [
"eslintConfig.js",
"jest-preset.js",
"js_tsconfig.json",
"js_typedoc.json",
"js_webtypedoc.json",
"prettierConfig.json",
"scripts/",
"tsconfig.json",
"tsconfig.src.json",
"tsconfig.test.json",
"typedoc.json",
"webtypedoc.css",
"webtypedoc.json"
],
"dependencies": {
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"jest": "^30.2.0",
"prettier": "^3.6.2",
"typedoc": "^0.28.14",
"typedoc-plugin-missing-exports": "^4.1.2",
"typescript": "^5.9.3"
},
"devDependencies": {
"fs": "^0.0.1-security"
}
}