{
  "name": "tiny-editor-npm",
  "version": "1.1.0",
  "description": "Lightweight simple editor for little tasks and projects.",
  "main": "src/js/index.js",
  "scripts": {
    "start": "electron .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "text editor",
	"desktop-app",
    "electron",
    "bulma",
    "ace editor"
  ],
  "author": "David Villalobos",
  "license": "MIT",
  "devDependencies": {
    "electron": "^11.2.3"
  },
  "dependencies": {
    "custom-electron-titlebar": "^3.2.6",
    "tree-directory": "^0.1.0"
  }
}
