sigit-issue-30 #2
1
package-lock.json
generated
1
package-lock.json
generated
@ -11,7 +11,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nostr-dev-kit/ndk": "^0.8.1",
|
"@nostr-dev-kit/ndk": "^0.8.1",
|
||||||
"axios": "^1.4.0",
|
"axios": "^1.4.0",
|
||||||
"debug": "^4.3.4",
|
|
||||||
"file-type": "^18.5.0",
|
"file-type": "^18.5.0",
|
||||||
"form-data": "^4.0.0",
|
"form-data": "^4.0.0",
|
||||||
"form-data-encoder": "^3.0.0",
|
"form-data-encoder": "^3.0.0",
|
||||||
|
@ -45,7 +45,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nostr-dev-kit/ndk": "^0.8.1",
|
"@nostr-dev-kit/ndk": "^0.8.1",
|
||||||
"axios": "^1.4.0",
|
"axios": "^1.4.0",
|
||||||
"debug": "^4.3.4",
|
|
||||||
"file-type": "^18.5.0",
|
"file-type": "^18.5.0",
|
||||||
"form-data": "^4.0.0",
|
"form-data": "^4.0.0",
|
||||||
"form-data-encoder": "^3.0.0",
|
"form-data-encoder": "^3.0.0",
|
||||||
|
@ -13,10 +13,7 @@ importers:
|
|||||||
version: 0.8.1(typescript@5.0.4)
|
version: 0.8.1(typescript@5.0.4)
|
||||||
axios:
|
axios:
|
||||||
specifier: ^1.4.0
|
specifier: ^1.4.0
|
||||||
version: 1.4.0(debug@4.3.4)
|
version: 1.4.0
|
||||||
debug:
|
|
||||||
specifier: ^4.3.4
|
|
||||||
version: 4.3.4
|
|
||||||
file-type:
|
file-type:
|
||||||
specifier: ^18.5.0
|
specifier: ^18.5.0
|
||||||
version: 18.5.0
|
version: 18.5.0
|
||||||
@ -34,7 +31,7 @@ importers:
|
|||||||
version: 3.0.0
|
version: 3.0.0
|
||||||
lnbits:
|
lnbits:
|
||||||
specifier: ^1.1.5
|
specifier: ^1.1.5
|
||||||
version: 1.1.5(debug@4.3.4)
|
version: 1.1.5
|
||||||
tslib:
|
tslib:
|
||||||
specifier: ~2.5
|
specifier: ~2.5
|
||||||
version: 2.5.3
|
version: 2.5.3
|
||||||
@ -3598,15 +3595,15 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
possible-typed-array-names: 1.0.0
|
possible-typed-array-names: 1.0.0
|
||||||
|
|
||||||
axios@0.21.4(debug@4.3.4):
|
axios@0.21.4:
|
||||||
dependencies:
|
dependencies:
|
||||||
follow-redirects: 1.15.2(debug@4.3.4)
|
follow-redirects: 1.15.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- debug
|
- debug
|
||||||
|
|
||||||
axios@1.4.0(debug@4.3.4):
|
axios@1.4.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
follow-redirects: 1.15.2(debug@4.3.4)
|
follow-redirects: 1.15.2
|
||||||
form-data: 4.0.0
|
form-data: 4.0.0
|
||||||
proxy-from-env: 1.1.0
|
proxy-from-env: 1.1.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -4269,9 +4266,7 @@ snapshots:
|
|||||||
|
|
||||||
flatted@3.2.7: {}
|
flatted@3.2.7: {}
|
||||||
|
|
||||||
follow-redirects@1.15.2(debug@4.3.4):
|
follow-redirects@1.15.2: {}
|
||||||
optionalDependencies:
|
|
||||||
debug: 4.3.4
|
|
||||||
|
|
||||||
for-each@0.3.3:
|
for-each@0.3.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -4942,9 +4937,9 @@ snapshots:
|
|||||||
|
|
||||||
lines-and-columns@1.2.4: {}
|
lines-and-columns@1.2.4: {}
|
||||||
|
|
||||||
lnbits@1.1.5(debug@4.3.4):
|
lnbits@1.1.5:
|
||||||
dependencies:
|
dependencies:
|
||||||
axios: 0.21.4(debug@4.3.4)
|
axios: 0.21.4
|
||||||
typescript: 4.9.5
|
typescript: 4.9.5
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- debug
|
- debug
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import NDK, { NDKEvent } from '@nostr-dev-kit/ndk'
|
import NDK, { NDKEvent } from '@nostr-dev-kit/ndk'
|
||||||
import debug from 'debug'
|
|
||||||
import { onNewSummarizationJob } from './job-types/summarization.js'
|
import { onNewSummarizationJob } from './job-types/summarization.js'
|
||||||
import { complete, speechToTextJob } from './job-types/speech-to-text.js'
|
import { complete, speechToTextJob } from './job-types/speech-to-text.js'
|
||||||
import getSigner from './local-signer.js'
|
import getSigner from './local-signer.js'
|
||||||
@ -14,7 +13,7 @@ import { blockChainBlockNumberJob } from './job-types/blockChain-block-number.js
|
|||||||
import { relayInfoJob } from './job-types/relay-info.js'
|
import { relayInfoJob } from './job-types/relay-info.js'
|
||||||
import { JobType, JobTypes } from './types/index.js'
|
import { JobType, JobTypes } from './types/index.js'
|
||||||
|
|
||||||
export const log = debug('fool-me-once-dvm')
|
export const log = (obj1: any, obj2?: any) => console.log(obj1, obj2 || '')
|
||||||
|
|
||||||
export const configFile =
|
export const configFile =
|
||||||
process.argv[2] || `${process.env.HOME}/.fool-me-once.json`
|
process.argv[2] || `${process.env.HOME}/.fool-me-once.json`
|
||||||
|
Loading…
Reference in New Issue
Block a user