-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.19 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
{
"name": "strapi-plugin-python-script-executor",
"version": "0.0.8",
"description": "This is a plugin of strapi Headless CMS used to execute existent Python scripts on server.",
"strapi": {
"name": "Python script executor",
"icon": "plug",
"description": "Execute Python scripts on server."
},
"dependencies": {
"socket.io": "^2.3.0"
},
"devDependencies": {},
"author": "Brian Vo <[email protected]> (https://www.brianvo.dev)",
"maintainers": [
"Brian Vo <[email protected]> (https://www.brianvo.dev)"
],
"engines": {
"node": ">=14.0.0",
"npm": ">=6.11.3"
},
"license": "MIT",
"keywords": [
"strapi",
"strapi plugin",
"python executor"
],
"scripts": {
"test": "echo \"There is no test yet\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/tranvnb/strapi-plugin-python-script-executor.git"
},
"bugs": {
"url": "https://github.com/tranvnb/strapi-plugin-python-script-executor/issues"
},
"homepage": "https://github.com/tranvnb/strapi-plugin-python-script-executor#readme",
"main": "index.js"
}