File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " @jspython-dev/ jspython-cli" ,
2+ "name" : " jspython-cli" ,
33 "version" : " 0.0.2" ,
44 "description" : " CLI for jspython. Allows you to run jspython (*.jspy) files" ,
55 "main" : " src/index.ts" ,
2828 },
2929 "homepage" : " https://github.com/jspython-dev/jspython-cli#readme" ,
3030 "dependencies" : {
31- "@jspython-dev/jspython " : " ^0.0.3 " ,
32- "arg " : " ^4.1.1 "
31+ "arg " : " ^4.1.1 " ,
32+ "jspython-interpreter " : " 0.0.3 "
3333 },
3434 "devDependencies" : {
3535 "rollup" : " ^1.26.5" ,
Original file line number Diff line number Diff line change 11import arg from 'arg' ;
22import fs from 'fs' ;
3- import { jsPython , Interpreter , PackageLoader } from '@ jspython-dev/jspython ' ;
3+ import { jsPython , Interpreter , PackageLoader } from 'jspython-interpreter ' ;
44
55const pkg = require ( '../package.json' ) ;
66
You can’t perform that action at this time.
0 commit comments