-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 KB
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
42
43
44
45
46
47
{
"name": "perplexity-text-analyzer",
"version": "1.0.2",
"description": "WordPress plugin that adds a floating Analyze with Perplexity button when text is selected",
"main": "perplexity-learn-more.php",
"scripts": {
"commit": "node ./.scripts/commit.js",
"push": "node ./.scripts/push.js",
"deploy": "node ./.scripts/commit.js \"Update\" && node ./.scripts/push.js",
"dev-commit": "node ./.scripts/commit.js",
"dev-push": "node ./.scripts/push.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gbti-network/wordpress-perplexity-plugin.git"
},
"keywords": [
"wordpress",
"plugin",
"perplexity",
"ai",
"text-selection",
"content-analysis",
"gbti-network"
],
"author": "GBTI Network <gbti.labs@gmail.com>",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/gbti-network/wordpress-perplexity-plugin/issues"
},
"homepage": "https://github.com/gbti-network/wordpress-perplexity-plugin#readme",
"engines": {
"node": ">=14.0.0"
},
"directories": {
"doc": "docs"
},
"files": [
"css/",
"js/",
"img/",
"perplexity-learn-more.php",
"README.md",
".product/"
]
}