summaryrefslogtreecommitdiff
path: root/desktop/node_modules/type-fest/package.json
blob: 2d347a2656e65a2de4e8bdc6851ac88d4d46b063 (plain)
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
{
	"name": "type-fest",
	"version": "0.13.1",
	"description": "A collection of essential TypeScript types",
	"license": "(MIT OR CC0-1.0)",
	"repository": "sindresorhus/type-fest",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"engines": {
		"node": ">=10"
	},
	"scripts": {
		"test": "xo && tsd"
	},
	"files": [
		"index.d.ts",
		"source"
	],
	"keywords": [
		"typescript",
		"ts",
		"types",
		"utility",
		"util",
		"utilities",
		"omit",
		"merge",
		"json"
	],
	"devDependencies": {
		"tsd": "^0.11.0",
		"xo": "^0.28.2"
	},
	"types": "index.d.ts",
	"xo": {
		"rules": {
			"@typescript-eslint/indent": "off",
			"func-call-spacing": "off"
		}
	}
}