-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 945 Bytes
/
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
{
"name": "template-literal-queryselectors",
"version": "0.1.2",
"description": "Type declarations for extended inference of return types for querySelector and querySelectorAll methods using TypeScript 4.1's new template literal types",
"files": [
"readme.md",
"types",
"typesIgnore",
"src"
],
"typings": "index.d.ts",
"dependencies": {},
"devDependencies": {},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/disco0/template-literal-queryselectors"
},
"types": "index.d.ts",
"typesVersions": {
">=4.1.0-dev": { "*": [ "types/*" ] },
">=4.1.0": { "*": [ "types/*" ] },
"<4.1.0": { "*": [ "typesIgnore/*" ] }
},
"keywords": [],
"author": "disk0",
"license": "MIT",
"bugs": {
"url": "https://github.com/disco0/template-literal-queryselectors/issues"
},
"homepage": "https://github.com/disco0/template-literal-queryselectors#readme"
}