You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
2.7 KiB
JSON
85 lines
2.7 KiB
JSON
{
|
|
"name": "openid-connect-generic",
|
|
"version": "3.8.4",
|
|
"description": "OpenID Connect generic WordPress plugin.",
|
|
"main": "Gruntfile.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/daggerhart/openid-connect-generic"
|
|
},
|
|
"keywords": [
|
|
"wordpress",
|
|
"openid"
|
|
],
|
|
"author": "Jonathan Daggerhart",
|
|
"license": "GPL-2.0-only",
|
|
"bugs": {
|
|
"url": "https://github.com/daggerhart/openid-connect-generic/issues"
|
|
},
|
|
"homepage": "https://github.com/daggerhart/openid-connect-generic#readme",
|
|
"dependencies": {
|
|
"dev-require": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "12.18.3",
|
|
"npm": "6.14.8"
|
|
},
|
|
"devDependencies": {
|
|
"@floatwork/grunt-po2mo": "^0.3.0",
|
|
"@ndigitals/grunt-checkrepo": "^0.2.0",
|
|
"@wordpress/env": "~4.0.0",
|
|
"@wordpress/scripts": "12.6.1",
|
|
"check-node-version": "~4.1.0",
|
|
"grunt": "1.3.0",
|
|
"grunt-checkbranch": "^1.0.4",
|
|
"grunt-checktextdomain": "^1.0.1",
|
|
"grunt-cli": "1.4.1",
|
|
"grunt-contrib-clean": "^2.0.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-gitinfo": "^0.1.9",
|
|
"grunt-shell": "^2.1.0",
|
|
"grunt-version": "~2.0.0",
|
|
"grunt-wp-i18n": "^1.0.3",
|
|
"grunt-wp-readme-to-markdown": "^2.0.0",
|
|
"load-grunt-tasks": "^3.5",
|
|
"node": "^12.21.0",
|
|
"npm": "6.14.12",
|
|
"puppeteer": "^1.20.0",
|
|
"typescript": "~3.9.9"
|
|
},
|
|
"wp-env": {
|
|
"plugin-dir": "daggerhart-openid-connect-generic",
|
|
"plugin-name": "OpenID Connect Generic",
|
|
"docker-template": "./docker-compose.override.yml",
|
|
"welcome-build-command": "npm start"
|
|
},
|
|
"scripts": {
|
|
"setup": "npm run setup:npm && npm run setup:composer && npm run build:wordpress",
|
|
"setup:npm": "npm install",
|
|
"setup:composer": "composer install",
|
|
"build": "npm run grunt build",
|
|
"build:wordpress": "cd wordpress && npm install && npm run build && cd .. && composer install --optimize-autoloader",
|
|
"release": "npm run grunt release",
|
|
"start": "wp-env start",
|
|
"stop": "wp-env stop",
|
|
"restart": "npm run wp-env stop && npm run wp-env start",
|
|
"grunt": "node_modules/.bin/grunt",
|
|
"version": "npm run grunt version",
|
|
"version:bump": "npm version --no-git-tag-version",
|
|
"check:engines": "wp-scripts check-engines",
|
|
"check:licenses": "wp-scripts check-licenses",
|
|
"wp-env": "wp-env",
|
|
"wp": "wp-env run cli wp",
|
|
"wp:tests": "wp-env run tests-cli wp",
|
|
"test": "npm run grunt test",
|
|
"i18n:check": "npm run grunt checktextdomain",
|
|
"i18n:make": "npm run grunt i18n",
|
|
"i18n:make:cli": "wp-env run cli wp i18n make-pot . languages/ --slug=daggerhart-openid-connect-generic --include=openid-connect-generic.php,includes",
|
|
"lint": "npm run lint:php",
|
|
"lint:php": "composer run-script lint",
|
|
"lint:php:fix": "composer run-script lint-fix",
|
|
"analyze": "npm run analyze:php",
|
|
"analyze:php": "composer run-script analyze"
|
|
}
|
|
}
|