-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 950 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
33
34
35
36
{
"name": "mamaduka-bookmark-card",
"version": "1.0.0",
"description": "Turn any URL into a beautiful preview card.",
"author": "George Mamadashvili",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress"
],
"homepage": "https://github.com/Mamaduka/bookmark-card",
"repository": {
"type": "git",
"url": "git+https://github.com/Mamaduka/bookmark-card"
},
"bugs": {
"url": "https://github.com/Mamaduka/bookmark-card/issues"
},
"main": "build/index.js",
"devDependencies": {
"@wordpress/prettier-config": "^2.5.0",
"@wordpress/scripts": "^24.6.0"
},
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format ./src",
"lint:style": "wp-scripts lint-style",
"lint:scripts": "wp-scripts lint-js ./src",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"dev": "wp-scripts start",
"test:unit": "wp-scripts test-unit-js"
},
"dependencies": {
"@wordpress/icons": "^6.3.0",
"classnames": "^2.3.1"
}
}