{
  "name": "mdne",
  "version": "0.3.0",
  "private": false,
  "description": "MDNE - Markdown Neo Edit. A simple markdown and code editor powered by Markdown-it, Ace and Carlo.",
  "keywords": [
    "Markdown",
    "Editor",
    "markdown-it",
    "Ace",
    "PDF",
    "Lisp",
    "LSX",
    "Ménneu",
    "Liyad",
    "Carlo",
    "puppeteer"
  ],
  "main": "index.mjs",
  "module": "index.mjs",
  "engines": {
    "node": ">=10.0"
  },
  "bin": {
    "mdne": "index.js"
  },
  "dependencies": {
    "carlo": "https://github.com/shellyln/carlo.git#f284639624e24c0d60e4c6134e44ba6fc1f0fcb9",
    "liyad": "^0.6.0",
    "menneu": "^0.4.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "red-agate": "^0.5.0",
    "red-agate-util": "^0.5.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.7",
    "@babel/core": "^7.12.7",
    "@babel/preset-env": "^7.12.7",
    "@open-wc/webpack-import-meta-loader": "^0.4.7",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.2.1",
    "cross-env": "^7.0.2",
    "eslint": "^7.14.0",
    "npm-run-all": "^4.1.5",
    "raw-loader": "^4.0.2",
    "source-map-loader": "^1.1.2",
    "webpack": "^5.6.0",
    "webpack-cli": "^4.2.0"
  },
  "scripts": {
    "build": "run-s build:prod",
    "build:prod": "cross-env NODE_ENV=production webpack-cli --mode=production --config webpack.config.js",
    "build:dev": "webpack-cli --mode=development --config webpack.config.js",
    "manifest": "node scripts/make-precache-manifest.js",
    "clean": "rm -rf ./contents/out/preview.* ./bin",
    "test": "echo \"no test specified\"",
    "lint": "eslint index.js lib/**/*.js lib/**/*.mjs contents/assets/script/**/*.js",
    "start": "node --experimental-modules --no-warnings index.js",
    "start-c": "env MDNE_CHROME_CHANNEL_CHROMIUM=true node index.js",
    "version": "node index.js --app-version",
    "prepublishOnly": "run-s clean lint build test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shellyln/mdne.git"
  },
  "author": "shellyln",
  "homepage": "https://shellyln.github.io/",
  "license": "ISC"
}
