fix(core): update

This commit is contained in:
2024-04-14 03:45:31 +02:00
parent 155cd8bd6a
commit 83968d578c
5 changed files with 134 additions and 51 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/npmextra",
"version": "5.0.12",
"private": false,
"description": "do more with npm",
"description": "Enhances npm with additional configuration and tool management capabilities, including a key-value store for project setups.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
@@ -52,5 +52,17 @@
"browserslist": [
"last 1 chrome versions"
],
"type": "module"
}
"type": "module",
"keywords": [
"npm",
"configuration management",
"tool management",
"key-value store",
"project setup",
"npm scripts",
"typescript",
"environment setup",
"dependencies management",
"npm package enhancement"
]
}