You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gpt4all/gpt4all-bindings/typescript/package.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"
}
}