-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 988 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": "wordpress__customize-browser",
"version": "5.5.5",
"description": "TypeScript definitions for @wordpress/customize-browser",
"homepage": "https://github.com/usefulteam/wordpress__customize-browser",
"license": "MIT",
"contributors": [
{
"name": "Marek Dědič",
"githubUsername": "marekdedic",
"url": "https://github.com/marekdedic"
},
{
"name": "Bagus",
"githubUsername": "contactjavas",
"url": "https://github.com/contactjavas"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/usefulteam/wordpress__customize-browser.git"
},
"scripts": {},
"dependencies": {
"@types/jquery": "^3.5.29"
},
"typesPublisherContentHash": "81343fd33939f106086657ddda3136feedf5ac2d6191014ced8707439ae88119",
"typeScriptVersion": "^5.3",
"nonNpm": true
}