Skip to content
Snippets Groups Projects
package.json 2.33 KiB
Newer Older
  • Learn to ignore specific revisions
  •   "description": "A port of Coq to JavaScript -- run Coq in your browser",
    
      "main": "frontend/classic/js/index.js",
    
      "browser": {
        "path": "path-browserify",
        "stream": "stream-browserify"
      },
    
    Shachar Itzhaky's avatar
    Shachar Itzhaky committed
      "bin": {
    
        "jscoq": "./dist/cli.cjs",
    
        "jscoqdoc": "frontend/classic/js/jscoqdoc.cjs"
    
    Shachar Itzhaky's avatar
    Shachar Itzhaky committed
      },
    
      "devDependencies": {
    
        "frontend",
        "backend/*.js",
        "backend/*.ts",
        "backend/jsoo/*.bc.cjs",
    
        "backend/wasm/*.wasm",
    
        "examples",
    
        "jscoq.js",
    
        "webpack": "webpack",
        "esbuild": "node esbuild.mjs",
        "watch": "node esbuild.mjs --watch"
    
      "repository": {
        "type": "git",
    
        "url": "git+https://github.com/jscoq/jscoq.git"
    
      "license": "AGPL-3.0-or-later",