{
  "name": "tnp",
  "version": "21.0.192",
  "scripts": {
    "activate": "npm i --force && npx taon dedupe && npx taon build && npx taon link",
    "taon init": "taon init",
    "taon start": "taon start",
    "taon build:lib": "taon build:lib",
    "taon build:watch:lib": "taon build:watch:lib",
    "taon build:watch:app": "taon build:watch:app",
    "taon build:watch:electron": "taon build:watch:electron",
    "taon docs": "taon docs",
    "taon docs:watch": "taon docs:watch",
    "taon clear": "taon clear",
    "taon release": "taon release",
    "taon release:auto": "taon release:auto",
    "taon release:install:locally": "taon release:install:locally",
    "taon migration:create": "taon migration:create",
    "taon migration:run": "taon migration:run",
    "taon migration:revert": "taon migration:revert",
    "taon vscode:temp:show": "taon vscode:temp:show",
    "taon vscode:temp:hide": "taon vscode:temp:hide"
  },
  "license": "MIT",
  "author": "Dariusz Filipiak",
  "private": false,
  "contributes": {
    "commands": [
      {
        "command": "extension.createFileTnp",
        "group": null,
        "icon": "$(new-file)",
        "title": "Create New File"
      },
      {
        "command": "extension.createFolderTnp",
        "group": null,
        "icon": "$(new-folder)",
        "title": "Create New Folder"
      }
    ],
    "menus": {
      "explorer/context": [
        {
          "command": "extension.createFileTnp",
          "when": "explorerViewletVisible"
        },
        {
          "command": "extension.createFolderTnp",
          "when": "explorerViewletVisible"
        }
      ]
    },
    "views": {
      "projectsContainerTnp": [
        {
          "id": "projectsViewTnp",
          "name": "Tnp Projects"
        }
      ]
    },
    "viewsContainers": {
      "activitybar": [
        {
          "icon": "./icon-menu-tnp.svg",
          "id": "projectsContainerTnp",
          "title": "Tnp Projects"
        }
      ]
    }
  },
  "dependencies": {
    "node-notifier": "~10.0.1",
    "dbus-next": "0.10.2",
    "ora": "3.4.0",
    "progress": "2.0.3",
    "open": "7.2.1",
    "ts-node": "~10.9.2",
    "typescript": "5.9.3",
    "esbuild": "~0.25.1",
    "sharp": "~0.34.2",
    "favicons": "~7.2.0",
    "mariadb": "~3.4.4",
    "sql.js": "1.8.0",
    "@parcel/watcher": "2.5.1"
  },
  "description": "Development version of taon.dev vscode plugin",
  "main": "dist/app.electron.js",
  "optionalDependencies": {},
  "publisher": "taon-dev",
  "sideEffects": false,
  "bin": {
    "tnp": "bin/tnp",
    "tnp-debug": "bin/tnp-debug",
    "tnp-debug-brk": "bin/tnp-debug-brk"
  },
  "peerDependencies": {},
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/darekf77/tnp.git"
  }
}
