shockbs
Version:
Unlimited, Unrestricted Free AI models API, including GPT-4. Games for discord bots and wrapper for the ShockBS API
80 lines (79 loc) • 1.72 kB
JSON
{
"name": "shockbs",
"description": "Unlimited, Unrestricted Free AI models API, including GPT-4. Games for discord bots and wrapper for the ShockBS API",
"main": "./src/index.js",
"package-name": "shockbs",
"version": "1.0.0",
"author": "shockbs",
"license": "CC-BY-NC 4.0",
"exports": {
".": {
"import": "./src/index.js",
"require": "./src/index.js"
}
},
"types": "./src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shockbs/bsshock.git"
},
"homepage": "https://github.com/shockbs/bsshock#README",
"bugs": {
"url": "https://github.com/shockbs/bsshock/issues"
},
"keywords": [
"shockbs",
"shock",
"discord.js-games",
"djs-games",
"discord.js-game",
"djs-game",
"discordjs-games",
"discordjs-game",
"games-djs",
"game-djs",
"game-discord.js",
"games-discordjs",
"ai-discord",
"ai-discord.js",
"ai-djs",
"ai-discordjs",
"game-discord",
"discord-game",
"games-discord",
"discord-games",
"ai-gpt4",
"free-gpt4",
"free-gpt-4",
"discord-ai",
"discord.js-ai",
"discordjs-ai",
"discord-gpt",
"discord-gpt4",
"discord.js-gpt4",
"discordjs-gpt4",
"djs-gpt4",
"free-gpt-3.5",
"free-gpt4-api",
"gpt-api",
"gpt4-api",
"free-gpt-api",
"free-llama-api",
"discord-gpt-bot"
],
"dependencies": {
"node-fetch": "^2.7.0",
"string-similarity": "^4.0.4",
"axios": "^1.6.7",
"undici": "latest"
},
"devDependencies": {
"discord.js": "^14.14.1"
},
"engines": {
"node": ">=18"
}
}