update tsconfig
This commit is contained in:
14
package.json
14
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartnpm",
|
||||
"version": "2.0.4",
|
||||
"private": false,
|
||||
"description": "interface with npm to retrieve package information",
|
||||
"description": "A library to interface with npm for retrieving package information and manipulation.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -46,5 +46,15 @@
|
||||
],
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"keywords": [
|
||||
"npm",
|
||||
"package",
|
||||
"information",
|
||||
"registry",
|
||||
"search",
|
||||
"metadata",
|
||||
"version",
|
||||
"dependencies"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user