mirror of
https://gh.wpcy.net/https://github.com/aspirepress/aspireupdate.git
synced 2026-07-16 09:46:32 +08:00
* Bump Version CLI Script Bump Version CLI Script * Support for POT Files 1) Added Support for POT Files 2) Added support for BugReport.yml 3) Added support for blueprint.json * Exclude Bin Folder for PHPCS Exclude Bin Folder for PHPCS (This was commented out for dev purpose. --------- Signed-off-by: Namith Jawahar <48271037+namithj@users.noreply.github.com>
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"name": "aspire-update",
|
|
"version": "1.0.2",
|
|
"description": "This plugin allows a WordPress user to automatically rewrite certain URLs and URL paths to a new URL. This is helpful because it allows for the rewriting of `api.wordpress.org` to some other repository that contains the plugins the user wants.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/aspirepress/aspireupdate.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "AspireUpdate",
|
|
"license": "GPLv2",
|
|
"bugs": {
|
|
"url": "https://github.com/aspirepress/aspireupdate/issues"
|
|
},
|
|
"homepage": "https://github.com/aspirepress/aspireupdate#readme",
|
|
"scripts": {
|
|
"wp-env": "wp-env",
|
|
"env:start": "wp-env start",
|
|
"env:stop": "wp-env stop",
|
|
"env:clean": "wp-env clean",
|
|
"env:destroy": "wp-env destroy",
|
|
"test:e2e": "npx playwright test --config=./tests/e2e/playwright.config.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.50.1",
|
|
"@wordpress/env": "^10.18.0",
|
|
"dotenv": "^16.4.7"
|
|
}
|
|
}
|