UNPKG

thebe-lite

Version:

Thebe extension library for WASM kernels via JupyterLite

64 lines (63 loc) 1.96 kB
{ "name": "thebe-lite", "version": "0.5.0", "description": "Thebe extension library for WASM kernels via JupyterLite", "main": "dist/lib/thebe-lite.min.js", "types": "dist/types/index.d.ts", "files": [ "dist/**/*", "src/**/*" ], "scripts": { "clean": "rm -rf ./dist", "copy:version": "echo \"const version = '\"$npm_package_version\"';\nexport default version;\" > src/version.ts", "build:bundle": "webpack --config webpack.config.cjs", "build:post:shuffle": "./bin/shufflePyolitePaths.sh", "build:post:contents": "./bin/stubContentsApi.js", "declarations": "tsc --project ./tsconfig.json --declaration --emitDeclarationOnly --outDir dist/types", "build": "npm-run-all -l clean copy:version -p build:bundle declarations", "dev": "npm run copy:version && npm run build:bundle -- -w" }, "repository": { "type": "git", "url": "git+https://github.com/executablebooks/thebe.git" }, "keywords": [ "executablebooks", "thebe", "jupyter", "interactivity", "jupyter-book", "jupyterlite", "pyodide", "WASM" ], "publishConfig": { "access": "public" }, "author": { "name": "Executable Book Project", "email": "executablebooks@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/executablebooks/thebe/issues" }, "homepage": "https://github.com/executablebooks/thebe#readme", "dependencies": { "@jupyterlab/coreutils": "^6.2.5", "@jupyterlite/pyodide-kernel": "0.4.7", "@jupyterlite/pyodide-kernel-extension": "0.4.7", "@jupyterlite/server": "0.4.5", "@jupyterlite/server-extension": "0.4.5", "hook-shell-script-webpack-plugin": "^0.1.4" }, "devDependencies": { "copy-webpack-plugin": "^11.0.0", "current-script-polyfill": "^1.0.0", "ignore-emit-webpack-plugin": "^2.0.6", "no-emit-webpack-plugin": "^4.0.1", "npm-run-all": "^4.1.5", "webpack": "^5.74.0" } }