-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 925 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 925 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
{
"name": "bea-sanitize-filename",
"version": "2.0.10",
"description": "Remove all punctuation and accents from the filename of uploaded files.",
"scripts": {
"wp-env": "wp-env",
"wp-env:start": "wp-env start",
"wp-env:stop": "wp-env stop",
"wp-env:clean": "wp-env clean",
"pretest:unit": "wp-env start",
"pretest:unit:report": "wp-env start",
"test:unit": "wp-env run cli --env-cwd=wp-content/plugins/bea-sanitize-filename ./vendor/bin/phpunit",
"test:unit:report": "wp-env run cli --env-cwd=wp-content/plugins/bea-sanitize-filename ./vendor/bin/phpunit --testdox",
"test:unit:once": "sh -c 'trap \"npm run wp-env:stop\" EXIT; npm run wp-env:start && npm run test:unit'",
"test:setup": "npm install && composer install"
},
"devDependencies": {
"@wordpress/env": "^10.0.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"license": "GPL-3.0+"
}