generated from washingtonstateuniversity/wsuwp-plugin-hrs-courses
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "@washingtonstateuniversity/hrswp-plugin-sqlsrv-db",
"version": "0.11.6",
"description": "A WSU HRS WordPress plugin to connect to and query external Microsoft SQL Server databases.",
"author": "Adam Turner",
"contributors": [
{
"name": "washingtonstateuniversity"
}
],
"license": "GPL-3.0-or-later",
"keywords": [
"wordpress",
"plugin",
"sqlsrv",
"database"
],
"homepage": "https://github.com/washingtonstateuniversity/hrswp-plugin-sqlsrv-db/blob/stable/README.md",
"repository": {
"type": "git",
"url": "https://github.com/washingtonstateuniversity/hrswp-plugin-sqlsrv-db"
},
"bugs": {
"url": "https://github.com/washingtonstateuniversity/hrswp-plugin-sqlsrv-db/issues"
},
"engines": {
"node": ">=20.10.0",
"npm": ">=10.2.3"
},
"devDependencies": {
"@wordpress/npm-package-json-lint-config": "^4.39.0",
"npm-package-json-lint": "^7.1.0",
"npm-run-all": "^4.1.5"
},
"scripts": {
"lint:pkg": "npmPkgJsonLint .",
"lint:php": "composer lint",
"fix": "composer format",
"lint": "run-p 'lint:*'"
}
}