generated from hejny/spacetrim
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
125 lines (125 loc) · 4.38 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "promptbook",
"version": "0.84.0",
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
"--note-0": " <- [🐊]",
"private": false,
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/webgptorg/promptbook"
},
"author": "Pavol Hejný <[email protected]> (https://www.pavolhejny.com/)",
"contributors": [
"Pavol Hejný <[email protected]> (https://www.pavolhejny.com/)",
"Jiří Jahn <[email protected]> (https://www.ptbk.io/)"
],
"--todo-0": "TODO: [❇️] Make better list of keywords",
"keywords": [
"ai",
"llm",
"prompt",
"template",
"language-model",
"chatgpt",
"autogpt",
"machine-learning",
"natural-language-processing",
"nlp",
"openai",
"o3",
"o3-mini",
"deepseek",
"gpt-3",
"gpt-4",
"gpt-4o",
"gpt-4o-mini",
"o1",
"o1-mini",
"o1-preview",
"anthropic",
"LLMOps"
],
"license": "BUSL-1.1",
"bugs": {
"url": "https://github.com/webgptorg/promptbook/issues"
},
"homepage": "https://www.npmjs.com/package/@promptbook/core",
"funding": [
{
"type": "individual",
"url": "https://buymeacoffee.com/hejny"
},
{
"type": "github",
"url": "https://github.com/webgptorg/promptbook/blob/main/README.md#%EF%B8%8F-contributing"
}
],
"scripts": {
"test": "jest",
"test-types": "tsc",
"lint": "eslint src",
"generate-packages": "ts-node ./scripts/generate-packages/generate-packages.ts --commit",
"generate-documentation": "ts-node ./scripts/generate-packages/generate-packages.ts --commit",
"update-version-in-config": "ts-node ./scripts/update-version-in-config/update-version-in-config.ts --commit",
"use-packages": "ts-node ./scripts/use-packages/use-packages.ts",
"preversion": "git pull && ts-node ./scripts/find-name-discrepancies/find-name-discrepancies.ts && ts-node ./scripts/make-promptbook-collection/make-promptbook-collection.ts --commit && ts-node ./scripts/repair-imports/repair-imports.ts --commit && npm run lint && npm test && tsc",
"postversion": "npm run update-version-in-config && ts-node ./scripts/generate-examples-jsons/generate-examples-jsons.ts --commit && npm run generate-packages --commit && npm run generate-documentation --commit && git push && git push --tags && npm run use-packages"
},
"devDependencies": {
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-typescript": "8.3.0",
"@types/crypto-js": "4.2.2",
"@types/express": "^5.0.0",
"@types/jest": "27.0.2",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"eslint": "8.52.0",
"jest": "27.3.1",
"organize-imports-cli": "0.10.0",
"rollup": "2.79.2",
"rollup-plugin-polyfill-node": "0.13.0",
"rollup-plugin-visualizer": "^5.13.1",
"ts-jest": "27.0.7",
"tslib": "2.3.1",
"yaml": "2.3.3"
},
"dependencies": {
"@ai-sdk/deepseek": "^0.1.6",
"@ai-sdk/google": "1.0.5",
"@ai-sdk/openai": "^1.0.7",
"@anthropic-ai/sdk": "0.26.1",
"@azure/openai": "1.0.0-beta.12",
"@mozilla/readability": "0.5.0",
"@types/jsdom": "^21.1.7",
"@types/mime-types": "^2.1.4",
"@types/papaparse": "5.3.15",
"@types/prompts": "^2.4.9",
"@types/showdown": "^2.0.6",
"colors": "1.4.0",
"commander": "12.0.0",
"cross-fetch": "4.0.0",
"crypto-js": "4.2.0",
"destroyable": "0.12.62",
"dotenv": "16.3.1",
"express": "^4.21.2",
"glob-promise": "6.0.5",
"jsdom": "25.0.1",
"lorem-ipsum": "2.0.8",
"markitdown-ts": "^0.0.4",
"moment": "2.30.1",
"openai": "4.63.0",
"papaparse": "5.4.1",
"prettier": "2.8.1",
"prompts": "^2.4.2",
"showdown": "2.1.0",
"socket.io": "4.8.1",
"socket.io-client": "4.7.2",
"spacetrim": "0.11.59",
"ts-node": "10.9.1",
"type-fest": "4.5.0",
"userhome": "1.0.1",
"waitasecond": "1.11.83",
"xyzt": "5.4.3"
}
}