mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-08 07:10:32 +00:00
20 lines
320 B
JSON
20 lines
320 B
JSON
|
{
|
||
|
"name": "gpt4all-ts",
|
||
|
"packageManager": "yarn@3.5.1",
|
||
|
"gypfile": true,
|
||
|
"scripts": {
|
||
|
"test": "node ./test/index.mjs"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"bindings": "^1.5.0",
|
||
|
"node-addon-api": "^6.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^20.1.5"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 18.x.x"
|
||
|
}
|
||
|
|
||
|
}
|