-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 847 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 847 Bytes
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
{
"name": "edd-sl-sdk",
"version": "1.0.3",
"description": "EDD Software Licensing WordPress SDK.",
"author": "Easy Digital Downloads",
"license": "GPL-3.0-or-later",
"keywords": [
"wordpress",
"edd",
"licensing"
],
"homepage": "https://github.com/easydigitaldownloads/edd-sl-sdk",
"repository": {
"type": "git",
"url": "git+https://github.com/easydigitaldownloads/edd-sl-sdk"
},
"bugs": {
"url": "https://github.com/easydigitaldownloads/edd-sl-sdk/issues"
},
"devDependencies": {
"@wordpress/scripts": "^31.6.0",
"mini-css-extract-plugin": "^2.10.1",
"path": "^0.12.7",
"webpack-fix-style-only-entries": "^0.6.1"
},
"scripts": {
"build": "wp-scripts build",
"dev": "wp-scripts start",
"translate": "wp i18n make-pot . languages/edd-sl-sdk.pot --ignore-domain"
}
}