-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 979 Bytes
/
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
{
"name": "python-spawn",
"version": "1.0.3",
"description": "Easiest way to execute python scripts from nodejs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shreyasY2k/python-spawn.git"
},
"keywords": [
"python",
"python-nodejs",
"python-spawn",
"node-python",
"nodejs-python",
"spawn",
"execute",
"child-process",
"nodejs"
],
"author": "Shreyas Kaushik <shreyasmk.mathur@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shreyasy2k/python-spawn/issues"
},
"homepage": "https://github.com/shreyasy2k/python-spawn#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.7",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"directories": {
"test": "tests"
},
"dependencies": {}
}