mirror of
https://github.com/Maks1mS/gpt4free-typescript.git
synced 2024-12-24 00:02:58 +03:00
30 lines
719 B
JSON
30 lines
719 B
JSON
|
{
|
||
|
"name": "gpt4free-typescript",
|
||
|
"version": "0.0.1",
|
||
|
"lockfileVersion": 3,
|
||
|
"requires": true,
|
||
|
"packages": {
|
||
|
"": {
|
||
|
"name": "gpt4free-typescript",
|
||
|
"version": "0.0.1",
|
||
|
"license": "GPL-3.0",
|
||
|
"devDependencies": {
|
||
|
"typescript": "^5.3.3"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/typescript": {
|
||
|
"version": "5.3.3",
|
||
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
|
||
|
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
||
|
"dev": true,
|
||
|
"bin": {
|
||
|
"tsc": "bin/tsc",
|
||
|
"tsserver": "bin/tsserver"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=14.17"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|