-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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
45
46
47
48
49
{
"name": "symlink-wes",
"version": "1.3.0-dev.sjm-2169.2",
"description": "Register additional URLs for posts.",
"author": "Kurt Rank",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update",
"generate-zip": "node node_modules/wp-release/release-prep.js",
"test-release": "semantic-release --dry-run",
"release": "semantic-release"
},
"dependencies": {
"@wordpress/icons": "^9.4.0",
"classnames": "^2.3.1"
},
"devDependencies": {
"@wordpress/scripts": "^23.4.0",
"wp-release": "github:kurtrank/wp-release"
},
"config": {
"wpRelease": {
"entryFile": "symlink.php",
"ignore": [
".DS_Store",
".editorconfig",
".git/**",
".gitattributes",
".gitignore",
".npmrc",
".zip-exclude.lst",
".github/**",
"node_modules/**",
"package.json",
"package-lock.json",
"src/**",
"webpack.config.js"
]
}
},
"release": {
"extends": "wp-release"
}
}