update tsconfig

This commit is contained in:
2024-04-14 18:13:19 +02:00
parent 3894f94010
commit 84a3e44498
4 changed files with 124 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartrobots",
"version": "1.0.2",
"private": false,
"description": "a module for making sense of robots.txt",
"description": "A module for parsing and making sense of robots.txt files.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -37,5 +37,11 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"robots.txt",
"parsing",
"web scraping",
"SEO tools"
]
}