-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 885 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"version": "0.6.2",
"name": "llmstxt",
"description": "convert `sitemap.xml` to `llms.txt`",
"author": "@motdotla",
"keywords": [
"llms.txt",
"llms",
"txt"
],
"homepage": "https://github.com/dotenvx/llmstxt",
"repository": {
"type": "git",
"url": "git+https://github.com/dotenvx/llmstxt.git"
},
"license": "BSD-3-Clause",
"files": [
"src/**/*",
"CHANGELOG.md"
],
"bin": {
"llmstxt": "./src/cli/llmstxt.js"
},
"scripts": {
"standard": "standard",
"standard:fix": "standard --fix"
},
"funding": "https://dotenvx.com",
"dependencies": {
"cheerio": "^1.0.0",
"commander": "^11.1.0",
"ora": "^5.4.1",
"picomatch": "^4.0.2",
"replace-in-file": "^8.2.0",
"sitemapper": "^3.2.18",
"turndown": "^7.2.0",
"undici": "^6.21.0"
},
"devDependencies": {
"standard": "^17.1.2"
}
}