{
  "name": "notty",
  "version": "0.1.9",
  "description": "CLI notebook app",
  "main": "index.js",
  "bin": {
    "notty": "index.js",
    "notty-debug": "index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://neruthes@github.com/neruthes/notty.git"
  },
  "author": "Neruthes <neruthes.xyz>",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/neruthes/Notty/issues"
  },
  "homepage": "https://github.com/neruthes/Notty#readme",
  "dependencies": {
    "markdown-it": "^11.0.1"
  }
}
