-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "@bitcoinerlab/configs",
"version": "1.1.1",
"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": {
"tester": "scripts/tester.sh",
"ensureTester": "scripts/ensureTester.sh"
},
"keywords": [
"config",
"shared",
"bitcoinerlab"
],
"author": "Jose-Luis Landabaso",
"license": "MIT",
"dependencies": {
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.4",
"prettier": "^3.0.3",
"typedoc": "^0.25.1",
"typedoc-plugin-missing-exports": "^2.1.0",
"typescript": "^5.2.2"
},
"devDependencies": {
"fs": "^0.0.1-security"
}
}