-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.44 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.44 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "strapi-plugin-raw-query",
"version": "1.1.4",
"description": "Raw Query allows you to send raw query strings to the database.",
"strapi": {
"name": "raw-query",
"displayName": "Raw Query",
"icon": "plug",
"description": "Raw Query allows you to send raw query strings to the database.",
"kind": "plugin"
},
"scripts": {
"release": "bumpp --tag --push --all"
},
"dependencies": {
"@uiw/codemirror-extensions-langs": "4.21.9",
"@uiw/codemirror-theme-dracula": "4.21.9",
"@uiw/react-codemirror": "4.21.9",
"codemirror": "^6.0.1",
"react-json-to-table": "0.1.7"
},
"peerDependencies": {
"@strapi/strapi": "^4.4.0"
},
"author": {
"name": "Tobias Thiele",
"email": "info@tobias-thiele.de",
"url": "https://tobias-thiele.de"
},
"maintainers": [
{
"name": "Tobias Thiele",
"email": "info@tobias-thiele.de",
"url": "https://tobias-thiele.de"
}
],
"engines": {
"node": ">=12.x.x <=20.x.x",
"npm": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/creazy231/strapi-plugin-raw-query.git"
},
"bugs": {
"url": "https://github.com/creazy231/strapi-plugin-raw-query/issues"
},
"homepage": "https://github.com/creazy231/strapi-plugin-raw-query",
"keywords": [
"raw",
"query",
"strapi",
"plugin",
"sql",
"editor"
],
"license": "MIT",
"devDependencies": {
"bumpp": "^9.2.0"
}
}