Skip to content
Snippets Groups Projects
package.json 1.84 KiB
Newer Older
  "description": "A port of Coq to JavaScript -- run Coq in your browser",
Shachar Itzhaky's avatar
Shachar Itzhaky committed
  "bin": {
    "jscoqdoc": "ui-js/jscoqdoc.js"
Shachar Itzhaky's avatar
Shachar Itzhaky committed
  },
  "devDependencies": {
  "files": [
    "ui-js",
    "ui-css",
    "ui-images",
    "ui-external/CodeMirror-TeX-input/addon",
    "examples"
  ],
  "scripts": {
    "build": "webpack --mode production",
    "build:dev": "webpack",
    "watch": "webpack -w",
    "prepack": "sed -i.bak 's/\\(is_npm:\\) false/\\1 true/' ui-js/jscoq-loader.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ejgallego/jscoq.git"
  },
  "author": "ejgallego",
  "license": "AGPL-3.0-or-later",