-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.22 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
{
"name": "type-collections",
"description": "Utility types that manipulate different kinds of type-level collections",
"version": "0.0.2",
"author": "Joshua Chen <[email protected]>",
"license": "MIT",
"types": "src/index.d.ts",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jc-verse/type-collections.git"
},
"bugs": {
"url": "https://github.com/jc-verse/type-collections/issues"
},
"homepage": "https://jc-verse.github.io/type-collections/",
"scripts": {
"format": "prettier -w .",
"lint": "eslint \"**/*.{js,ts,jsx,tsx}\"",
"prepare": "husky install"
},
"packageManager": "[email protected]",
"devDependencies": {
"@type-challenges/utils": "^0.1.1",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"cspell": "^5.19.7",
"eslint": "^8.14.0",
"eslint-config-jc": "^2.2.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"husky": "^7.0.4",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"prettier-config-jc": "^2.2.0",
"tsconfig-jc": "^2.2.0",
"typescript": "^4.6.3"
}
}