{
  "name": "tnp-core",
  "version": "21.0.125",
  "scripts": {
    "mkdocs": "python3 -m mkdocs",
    "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,
  "dependencies": {
    "axios": "1.13.6",
    "glob": "^7.1.2",
    "fkill": "6.1.0",
    "copy-paste": "1.5.3",
    "chokidar": "3.5.3",
    "fs-extra": "~10.1.0",
    "rimraf": "^2.6.2",
    "mkdirp": "^0.5.1",
    "lodash": "~4.17.21",
    "@types/lodash": "4.14.92",
    "ps-list": "6.1.0",
    "ps-node": "^0.1.6",
    "q": "1.5.1",
    "@types/q": "~1.5.8",
    "json5": "~2.2.3",
    "is-elevated": "~3.0.0",
    "cross-spawn": "~7.0.6",
    "chalk": "^2.3.2",
    "dateformat": "^3.0.3",
    "date-fns": "^4.1.0",
    "cheerio": "~1.1.2",
    "fast-glob": "~3.3.2",
    "cfonts": "3.3.0",
    "jscodeshift": "^0.6.3",
    "jquery": "~3.7.1"
  },
  "description": "Description for tnp-core. Hello world!",
  "main": "dist/app.electron.js",
  "optionalDependencies": {},
  "bin": {},
  "peerDependencies": {},
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/darekf77/tnp-core.git"
  }
}
