{
  "name": "@stlite/kernel",
  "description": "",
  "version": "0.46.1",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.js",
  "files": [
    "dist/",
    "py/**/*.whl"
  ],
  "scripts": {
    "start": "tsc -w",
    "build": "tsc",
    "test": "vitest",
    "fix:eslint": "eslint --fix 'src/**/*.{ts,tsx}'",
    "fix:prettier": "prettier --write .",
    "check:eslint": "eslint 'src/**/*.{ts,tsx}'",
    "check:prettier": "prettier --check ."
  },
  "devDependencies": {
    "@testing-library/react": "^12",
    "@types/path-browserify": "^1.0.0",
    "@typescript-eslint/eslint-plugin": "^5.49.0",
    "@typescript-eslint/parser": "^5.49.0",
    "eslint": "^8.33.0",
    "eslint-plugin-react": "^7.30.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "pyodide": "0.24.1",
    "typescript": "^4.9.4",
    "vitest": "^1.2.2"
  },
  "dependencies": {
    "@jupyterlab/coreutils": "^5.4.2",
    "@stlite/common": "^0.46.1",
    "@streamlit/app": "1.31.0",
    "@streamlit/lib": "1.31.0",
    "path-browserify": "^1.0.1"
  }
}
