{
  "name": "@push.rocks/npmextra",
  "version": "5.1.1",
  "private": false,
  "description": "A utility to enhance npm with additional configuration, tool management capabilities, and a key-value store for project setups.",
  "main": "dist_ts/index.js",
  "typings": "dist_ts/index.d.ts",
  "scripts": {
    "test": "(tstest test/ --web)",
    "build": "(tsbuild --web --allowimplicitany)",
    "buildDocs": "tsdoc"
  },
  "repository": {
    "type": "git",
    "url": "https://code.foss.global/push.rocks/npmextra.git"
  },
  "author": "Lossless GmbH",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/pushrocks/npmextra/issues"
  },
  "homepage": "https://code.foss.global/push.rocks/npmextra",
  "dependencies": {
    "@push.rocks/qenv": "^6.0.5",
    "@push.rocks/smartfile": "^11.0.20",
    "@push.rocks/smartjson": "^5.0.20",
    "@push.rocks/smartlog": "^3.0.7",
    "@push.rocks/smartpath": "^5.0.18",
    "@push.rocks/smartpromise": "^4.0.2",
    "@push.rocks/smartrx": "^3.0.7",
    "@push.rocks/taskbuffer": "^3.1.7",
    "@tsclass/tsclass": "^4.0.59"
  },
  "devDependencies": {
    "@git.zone/tsbuild": "^2.1.80",
    "@git.zone/tsrun": "^1.2.44",
    "@git.zone/tstest": "^1.0.90",
    "@push.rocks/tapbundle": "^5.0.23",
    "@types/node": "^20.14.5"
  },
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    "npmextra.json",
    "readme.md"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "type": "module",
  "keywords": [
    "npm",
    "configuration management",
    "tool management",
    "key-value store",
    "project setup",
    "typescript",
    "environment setup",
    "dependencies management",
    "npm package enhancement",
    "automation",
    "async operations",
    "app configuration",
    "smart file handling",
    "workflow improvement",
    "persistent storage"
  ]
}