jupystar
Version:
Converter from Jupyter notebook (ipynb) to Starboard notebook
45 lines (44 loc) • 1.32 kB
JSON
{
"name": "jupystar",
"version": "0.2.1",
"description": "Converter from Jupyter notebook (ipynb) to Starboard notebook",
"keywords": [
"notebook",
"jupyter",
"starboard",
"starboard-notebook"
],
"main": "dist/index.js",
"module": "dist/index.js",
"author": "Guido Zuidhof <me@guido.io>",
"repository": {
"type": "git",
"url": "github.com/gzuidhof/jupystar"
},
"license": "MIT",
"scripts": {
"build": "rimraf dist && rollup -c rollup.config.ts",
"prepublishOnly": "npm install && npm run build && tsc",
"test": "jest"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@types/fs-extra": "^9.0.8",
"@types/jest": "^26.0.20",
"express": "^4.17.1",
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"jsesc": "^3.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.33.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"ts-jest": "^26.5.3",
"typescript": "^4.0.5"
},
"dependencies": {
"@rollup/plugin-replace": "^2.3.4",
"starboard-notebook": "^0.7.14"
}
}