UNPKG
@nlabs/rip-hunter
Version:
latest (3.1.0)
3.1.0
3.0.2
3.0.0
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.2
2.5.1
2.5.0
2.4.0
2.3.0
2.0.3
2.0.2
2.0.1
2.0.0
1.3.7
1.3.6
1.3.5
1.3.4
JS utilities for AJAX and GraphQL
github.com/nitrogenlabs/rip-hunter
nitrogenlabs/rip-hunter
@nlabs/rip-hunter
/
lex.config.js
12 lines
(11 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
default
{
ai:
{
maxTokens:
4000
,
model:
'cursor-code'
,
provider:
'cursor'
,
temperature:
0.1
},
outputPath:
'lib'
,
targetEnvironment:
'node'
,
useTypescript:
true
}
;