{
  "name": "@gylraj/code",
  "version": "0.1.5",
  "keywords": [
    "codex editor",
    "code",
    "tool",
    "editor.js",
    "editorjs"
  ],
  "description": "Custom Code Tool for Editor.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/giansympher/code.git"
  },
  "scripts": {
    "build": "webpack --progress",
    "build:dev": "webpack --mode development --watch",
    "start": "node test.js"
  },
  "devDependencies": {
    "@babel/core": "7.5.5",
    "@babel/node": "^7.8.4",
    "@babel/preset-env": "7.5.5",
    "babel-eslint": "^10.0.3",
    "babel-loader": "8.0.6",
    "css-loader": "^1.0.0",
    "eslint": "^6.8.0",
    "style-loader": "^0.21.0",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.7"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.min.js",
  "dependencies": {},
  "bugs": {
    "url": "https://github.com/giansympher/code/issues"
  },
  "homepage": "https://github.com/giansympher/code#readme",
  "author": "gian"
}
