We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0e2d9 commit a00b7e0Copy full SHA for a00b7e0
1 file changed
package.json
@@ -1,5 +1,6 @@
1
{
2
"name": "slidev-addon-python-runner",
3
+ "version": "0.1.0",
4
"type": "module",
5
"scripts": {
6
"build": "slidev build",
@@ -11,6 +12,11 @@
11
12
"type": "git",
13
"url": "https://github.com/KermanX/slidev-addon-python-runner.git"
14
},
15
+ "keywords": [
16
+ "slidev-addon",
17
+ "python",
18
+ "pyodide"
19
+ ],
20
"files": [
21
"assets",
22
"setup",
0 commit comments