{
  "name": "@ostis/scs-js-editor",
  "version": "0.2.0",
  "description": "Editor for SCs-texts",
  "main": "build/scs.js",
  "types": "build/lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "npm run webpack-prod",
    "watch": "webpack --progress --color --watch --config webpack.dev.js",
    "webpack-dev": "webpack --progress --color --config webpack.dev.js",
    "webpack-prod": "webpack --progress --color --config webpack.prod.js"
  },
  "keywords": [
    "scs",
    "editor",
    "ostis"
  ],
  "author": "Denis Koronchik <denis.koronchik@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ostis-dev/scs-js-editor.git"
  },
  "dependencies": {
    "monaco-editor": "^0.21.2"
  },
  "devDependencies": {
    "css-loader": "^5.0.1",
    "file-loader": "^6.2.0",
    "monaco-editor-webpack-plugin": "^2.0.0",
    "style-loader": "^2.0.0",
    "ts-loader": "^8.0.12",
    "typescript": "^4.1.3",
    "webpack": "^5.11.0",
    "webpack-bundle-analyzer": "^4.3.0",
    "webpack-cli": "^4.2.0"
  }
}