-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.77 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.77 KB
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
46
47
48
49
50
51
52
53
54
55
{
"name": "lemonsqueezy",
"private": true,
"version": "1.4.3",
"description": "Sell Digital Products, Subscriptions, and Licenses with Lemon Squeezy",
"author": "lemonsqueezy",
"license": "GPL-2.0-or-later",
"keywords": [
"lemonsqueezy",
"wordpress",
"plugin",
"digital products",
"subscriptions",
"licenses"
],
"homepage": "https://github.com/Make-Lemonade/lemonsqueezy-wp#readme",
"repository": {
"type": "git",
"url": "https://github.com/Make-Lemonade/lemonsqueezy-wp.git"
},
"bugs": {
"url": "https://github.com/Make-Lemonade/lemonsqueezy-wp/issues"
},
"files": [
"src",
"build",
"images",
"languages",
"lemonsqueezy.php",
"uninstall.php",
"readme.txt",
"changelog.*",
"license.*"
],
"dependencies": {
"standard": "^17.1.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.27.5",
"@wordpress/scripts": "^31.1.0",
"move-file-cli": "^3.0.0"
},
"scripts": {
"build": "wp-scripts lint-js && wp-scripts build src/script.js src/editor.js src/admin/admin.js && yarn plugin-zip",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format ./src",
"lint:js": "wp-scripts lint-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip && move-file lemonsqueezy.zip bundled/lemonsqueezy.zip",
"start": "wp-scripts start src/script.js src/editor.js src/admin/admin.js",
"translate": "wp i18n make-pot . languages/lemon-squeezy.pot"
}
}