Skip to content
Snippets Groups Projects
package.json 1.92 KiB
Newer Older
  "version": "0.15.1",
  "description": "A port of Coq to JavaScript -- run Coq in your browser",
Shachar Itzhaky's avatar
Shachar Itzhaky committed
  "bin": {
    "jscoq-sdk": "./dist/toolkit.js",
    "jscoqdoc": "ui-js/jscoqdoc.js"
Shachar Itzhaky's avatar
Shachar Itzhaky committed
  },
  "devDependencies": {
  "files": [
    "ui-js",
    "ui-css",
    "ui-images",
    "ui-external",
    "coq-js/*.bc.js",
    "coq-pkgs",
    "examples",
    "dist",
    "index.html"
  ],
  "scripts": {
    "build": "webpack --mode production",
    "build:dev": "webpack",
    "watch": "webpack -w",
    "prepack": "sed -i.in '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",