-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.29 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
{
"name": "lemonsqueezy",
"files": [
"src",
"build",
"images",
"languages",
"lemonsqueezy.php",
"uninstall.php",
"readme.txt",
"changelog.*",
"license.*"
],
"private": true,
"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",
"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"
},
"author": "lemonsqueezy",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/Make-Lemonade/lemonsqueezy-wp/issues"
},
"homepage": "https://github.com/Make-Lemonade/lemonsqueezy-wp#readme",
"repository": {
"type": "git",
"url": "https://github.com/Make-Lemonade/lemonsqueezy-wp.git"
},
"devDependencies": {
"@babel/eslint-parser": "^7.5.4",
"@wordpress/scripts": "^26.16.0",
"move-file-cli": "^3.0.0"
},
"dependencies": {
"standard": "^17.1.0"
}
}