-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.62 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
51
52
53
54
55
56
57
58
59
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@logicer/util-types",
"version": "1.0.0",
"description": "Logicer's Utility Types",
"type": "module",
"types": "types/index.d.ts",
"scripts": {
"preinstall": "pnpx only-allow pnpm",
"test": "tsc",
"style": "npm run lint && npm run prettier",
"lint": "eslint . --fix --cache",
"lint:ci": "eslint . --cache",
"prettier": "prettier --write .",
"prettier:ci": "prettier --check .",
"type-coverage": "type-coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Logicer16/util-types.git"
},
"author": "logicer",
"license": "MIT",
"bugs": {
"url": "https://github.com/Logicer16/util-types/issues"
},
"homepage": "https://github.com/Logicer16/util-types#readme",
"engines": {
"node": "^20.10.0",
"pnpm": ">=8.10.0"
},
"devDependencies": {
"@logicer/eslint-plugin": "v4.0.3",
"@logicer/prettier-config": "v2.1.0",
"@logicer/tsconfig": "^5.0.0",
"@types/eslint": "^8.56.7",
"@types/node": "^20.12.4",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"prettier": "3.2.5",
"ts-plugin-type-coverage": "^2.28.1",
"type-coverage": "^2.28.1",
"typescript": "^5.4.4"
},
"typeCoverage": {
"atLeast": 100,
"cache": true,
"strict": true,
"ignoreCatch": true,
"reportSemanticError": true
},
"dependencies": {
"@logicer/ts-arithmetic": "^0.1.3"
},
"peerDependencies": {
"typescript": ">=5.3.3"
},
"packageManager": "[email protected]+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f"
}