fix(core): update

This commit is contained in:
2024-06-12 20:18:27 +02:00
parent 267d2c392d
commit f1ecda411a
4 changed files with 39 additions and 64 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/npmextra",
"version": "5.0.15",
"private": false,
"description": "Enhances npm with additional configuration and tool management capabilities, including a key-value store for project setups.",
"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": {
@@ -62,6 +62,10 @@
"typescript",
"environment setup",
"dependencies management",
"npm package enhancement"
"npm package enhancement",
"automation",
"async operations",
"app configuration",
"smart file handling"
]
}
}