23 lines
486 B
JSON
23 lines
486 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.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.3"
|
|
}
|
|
}
|