mirror of
https://github.com/Art-Portal/April.git
synced 2024-11-16 11:37:37 +01:00
e1be9b8e67
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.1.6 to 5.1.7. - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.1.6...v5.1.7) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
43 lines
889 B
JSON
43 lines
889 B
JSON
{
|
|
"name": "april",
|
|
"version": "4.5.4-beta",
|
|
"description": "Best bot ever OwO",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"test": "node index"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Art-Portal/April.git"
|
|
},
|
|
"keywords": [
|
|
"discord",
|
|
"bot",
|
|
"js",
|
|
"javascript",
|
|
"artportal",
|
|
"art"
|
|
],
|
|
"author": "CoolMan, BakaTaida, Dawn",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Art-Portal/April/issues"
|
|
},
|
|
"homepage": "https://github.com/Art-Portal/April#readme",
|
|
"dependencies": {
|
|
"@discordjs/rest": "^1.5.0",
|
|
"canvas": "^2.11.2",
|
|
"discord.js": "^14.13.0",
|
|
"moment-duration-format": "^2.3.2",
|
|
"sequelize": "^6.35.2",
|
|
"sqlite3": "^5.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "latest",
|
|
"eslint": "^8.56.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|