quantcoin-pyodide
Version:
Quantcoin.co Python cells for Starboard Notebook
46 lines (45 loc) • 1.26 kB
JSON
{
"name": "quantcoin-pyodide",
"version": "0.0.6",
"description": "Quantcoin.co Python cells for Starboard Notebook",
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && rollup -c rollup.config.ts",
"build:live": "rollup -c rollup.config.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GetQuantCoin/quantcoin-python.git"
},
"keywords": [
"pyodide",
"starboard",
"python",
"starboard-notebook",
"notebook"
],
"author": "TuanGeek <tuan@quantcoin.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/GetQuantCoin/quantcoin-python/issues"
},
"homepage": "https://github.com/GetQuantCoin/quantcoin-python#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@types/iframe-resizer": "^3.5.8",
"@types/markdown-it": "^10.0.2",
"clean-css": "^4.2.3",
"lit-html": "^1.2.1",
"rimraf": "^3.0.2",
"rollup-plugin-typescript2": "^0.27.1",
"starboard-notebook": "^0.6.3",
"typescript": "^3.9.7"
},
"dependencies": {
"rollup": "^2.35.1"
}
}