update tsconfig
This commit is contained in:
12
package.json
12
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@push.rocks/smartsystem",
|
||||
"version": "3.0.1",
|
||||
"description": "interact with the system you are running on",
|
||||
"description": "A TypeScript library for interacting with the system it's running on, including environment, network, and hardware information.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -16,8 +16,14 @@
|
||||
},
|
||||
"keywords": [
|
||||
"TypeScript",
|
||||
"lazy",
|
||||
"module loader"
|
||||
"system information",
|
||||
"environment variables",
|
||||
"network",
|
||||
"hardware info",
|
||||
"OS interaction",
|
||||
"module loading",
|
||||
"async",
|
||||
"cross-platform"
|
||||
],
|
||||
"author": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
|
Reference in New Issue
Block a user