-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.43 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
{
"name": "shouty",
"version": "1.0.0",
"description": "UXIG is the User Experience Interactive Generator Project. As this is a POC application, it demonstrates the viability of using ChatGPT to support the following: - Persona's name - Preferences for the generating stories - Take a story abstract, and then have the LLM (ChatGTP OpenAI 3.5) to produce the * Stories with parameters, given in the Preferenes: number of stories, number of steps, number of words, story sentiment and variability (temperature) between each generation of stories.",
"main": "index.tsx",
"scripts": {
"test": "cucumber-js",
"test:cucumber": "cucumber-js -p default"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@cucumber/cucumber": "^9.4.0",
"fetch": "^1.1.0",
"hamjest": "^4.0.1",
"node-fetch": "^3.3.2",
"pactum": "^3.5.0"
},
"directories": {
"test": "./tests"
},
"dependencies": {
"ansi-regex": "^4.1.1",
"ansi-styles": "^4.3.0",
"any-promise": "^1.3.0",
"assert-plus": "^1.0.0",
"assertion-error": "^1.1.0",
"assertion-error-formatter": "^3.0.0",
"balanced-match": "^1.0.2",
"brace-expansion": "^1.1.11",
"buffer-from": "^1.1.2",
"capital-case": "^1.0.4",
"chalk": "^4.1.2",
"class-transformer": "^0.5.1",
"cli-table3": "^0.6.3",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"commander": "^10.0.1",
"concat-map": "^0.0.1",
"core-util-is": "^1.0.2",
"debug": "^4.3.4",
"diff": "^4.0.2",
"emoji-regex": "^8.0.0",
"error-stack-parser": "^2.1.4",
"escape-string-regexp": "^1.0.5",
"extsprintf": "^1.4.1",
"figures": "^3.2.0",
"fs.realpath": "^1.0.0",
"glob": "^7.2.3",
"global-dirs": "^3.0.1",
"has-ansi": "^4.0.1",
"has-flag": "^4.0.0",
"indent-string": "^4.0.0",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"ini": "^2.0.0",
"is-fullwidth-code-point": "^3.0.0",
"is-installed-globally": "^0.4.0",
"is-path-inside": "^3.0.3",
"is-stream": "^2.0.1",
"knuth-shuffle-seeded": "^1.0.6",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lodash.merge": "^4.6.2",
"lodash.mergewith": "^4.6.2",
"lower-case": "^2.0.2",
"lru-cache": "^6.0.0",
"luxon": "^3.2.1",
"minimatch": "^3.1.2",
"mkdirp": "^2.1.6",
"ms": "^2.1.2",
"mz": "^2.7.0",
"nanoclone": "^0.2.1",
"no-case": "^3.0.4",
"object-assign": "^4.1.1",
"once": "^1.4.0",
"pad-right": "^0.2.2",
"path-is-absolute": "^1.0.1",
"progress": "^2.0.3",
"property-expr": "^2.0.5",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "^0.14.0",
"regexp-match-indices": "^1.0.2",
"regexp-tree": "^0.1.27",
"repeat-string": "^1.6.1",
"resolve-from": "^5.0.0",
"resolve-pkg": "^2.0.0",
"rimraf": "^3.0.2",
"seed-random": "^2.2.0",
"semver": "^7.5.3",
"source-map": "^0.6.1",
"source-map-support": "^0.5.21",
"stackframe": "^1.3.4",
"string-argv": "^0.3.2",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"supports-color": "^8.1.1",
"thenify": "^3.3.1",
"thenify-all": "^1.6.0",
"tmp": "^0.2.1",
"toposort": "^2.0.2",
"tslib": "^2.6.1",
"upper-case-first": "^2.0.2",
"util-arity": "^1.1.0",
"uuid": "^9.0.0",
"verror": "^1.10.1",
"wrappy": "^1.0.2",
"xmlbuilder": "^15.1.1",
"yallist": "^4.0.0",
"yaml": "^2.3.1",
"yup": "^0.32.11"
}
}