-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.08 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "py3",
"version": "1.0.0",
"description": "🚀 A Node.js library enabling easy interaction with Python. Execute Python commands effortlessly and access Python sessions and context with ease!",
"main": "index.js",
"type": "module",
"types": "index.d.ts",
"homepage": "https://github.com/obaydmerz/py3",
"repository": "https://github.com/obaydmerz/py3",
"keywords": [
"python",
"python3",
"node.js",
"nodejs",
"node",
"py",
"py3",
"blender",
"shell",
"automation",
"ipc",
"process",
"cross-platform",
"no-dependency",
"zero-dependency",
"no-native-files",
"pip",
"async",
"error-handling",
"secure",
"fast",
"documentation",
"cross-platform",
"linux",
"docker",
"windows",
"macOS",
"script",
"spawn",
"child-process",
"api"
],
"author": {
"name": "Abderrahmene Merzoug",
"email": "obaydmerz@gmail.com",
"url": "https://github.com/obaydmerz"
},
"license": "GPL-3.0",
"dependencies": {
"hecto": "github:obaydmerz/hecto"
}
}