Skip to content

Commit c8fb2ba

Browse files
09242025MB6 - Initial commit with project files
1 parent 9d3849e commit c8fb2ba

2 files changed

Lines changed: 53 additions & 0 deletions

File tree

package-lock.json

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "sparxstaruserenvironmentcheck",
3+
"version": "1.0.0",
4+
"description": "A network-wide utility that checks browser compatibility and logs anonymized technical data for diagnostics, with consent via the WP Consent API.",
5+
"main": "app.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/Starisian-Technologies/sparxstar-user-environment-check.git"
12+
},
13+
"keywords": [
14+
"user-environment",
15+
"network-information",
16+
"device-detection",
17+
"WordPress",
18+
"wordpress-plugin"
19+
],
20+
"author": "Starisian Technologies <support@starisian.com> (Max Barrett)",
21+
"license": "SEE LICENSE IN LICENSE.md",
22+
"bugs": {
23+
"url": "https://github.com/Starisian-Technologies/sparxstar-user-environment-check/issues"
24+
},
25+
"homepage": "https://github.com/Starisian-Technologies/sparxstar-user-environment-check#readme",
26+
"dependencies": {
27+
"device-detector-js": "^2.2.10"
28+
}
29+
}

0 commit comments

Comments
 (0)