fix(core): update
This commit is contained in:
18
package.json
18
package.json
@@ -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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user