NoMoreAcronyms/package.json

25 lines
533 B
JSON

{
"name": "nomoreacronyms",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://gitea@gitea.calebfontenot.com:25566/CCF_100/NoMoreAcroyms.git"
},
"author": "CCF_100",
"license": "GPL-3.0-or-later",
"dependencies": {
"discord.js": "^14.9.0",
"esm": "^3.2.25",
"gpt4all": "^1.0.0"
},
"devDependencies": {
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}