Newer
Older
{
"name": "jscoq",
"description": "A port of Coq to JavaScript -- run Coq in your browser",
"jscoq": "./dist/cli.js",
"dependencies": {
"localforage": "^1.7.3",
"vue-context-menu": "^2.0.6"
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.49.0",
"webpack-cli": "^4.7.2"
"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",
"bugs": {
"url": "https://github.com/ejgallego/jscoq/issues"
},
"homepage": "https://jscoq.github.io"