-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.35 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
53
54
{
"name": "react-python",
"version": "1.1.2",
"description": "A wrapper for pythonxyc, a compiler that translates Python(-like) code into React JSX",
"bin": {
"pyxyc-setup": "./bin/setup.js",
"pyxyc": "./bin/index.js",
"pyxyc-watch-and-compile": "./bin/watch-and-compile.js",
"react-python-setup": "./bin/setup.js",
"react-python-compile": "./bin/index.js",
"react-python-watch-and-compile": "./bin/watch-and-compile.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngwattcos/react-python.git"
},
"author": "Scott Wang",
"contributors": [
{
"name": "Scott Wang",
"email": "[email protected]",
"url": "https://github.com/ngwattcos"
},
{
"name": "Connie Lei",
"url": "https://github.com/connielei"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ngwattcos/react-python/issues"
},
"homepage": "https://github.com/ngwattcos/react-python#readme",
"keywords": [
"python",
"transpiler",
"jsx",
"react",
"js",
"javascript"
],
"dependencies": {
"chokidar": "^3.4.3",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^5.0.1",
"figlet": "^1.5.0",
"inquirer": "^7.3.3",
"shelljs": "^0.8.4"
}
}