-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "@igor.dvlpr/magic-queryselector",
"version": "1.2.0",
"description": "🪄 A TypeScript-types patch for querySelector/querySelectorAll, make them return types you expect them to! 🔮",
"sideEffects": true,
"types": "./dist/index.d.ts",
"files": ["dist/*.d.ts"],
"scripts": {
"pub": "npm publish --access public"
},
"keywords": [
"query",
"query-selector",
"querySelector",
"query-selector-all",
"querySelectorAll",
"js",
"javascript",
"types",
"patch",
"html",
"dom",
"document",
"igorskyflyer",
"igor.dvlpr"
],
"license": "MIT",
"author": "Igor Dimitrijević <[email protected]> (https://github.com/igorskyflyer)",
"funding": "https://ko-fi.com/igorskyflyer",
"homepage": "https://github.com/igorskyflyer/npm-magic-queryselector",
"repository": {
"type": "git",
"url": "git+https://github.com/igorskyflyer/npm-magic-queryselector.git"
},
"bugs": {
"url": "https://github.com/igorskyflyer/npm-magic-queryselector/issues"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@igor.dvlpr/common-types": "^1.0.0",
"@types/node": "^20.14.11",
"expect-type": "^0.19.0",
"typescript": "^5.5.3"
}
}