/[sudobot]/branches/9.x-dev/extensions/antirickroll/package.json
ViewVC logotype

Contents of /branches/9.x-dev/extensions/antirickroll/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 543 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 {
2 "name": "antirickroll",
3 "version": "1.0.0",
4 "description": "A SudoBot extension to prevent rickroll links from being sent in chat.",
5 "main": "src/index.ts",
6 "scripts": {
7 "build": "tsc"
8 },
9 "keywords": [],
10 "author": "Ar Rakin",
11 "license": "AGPL-3.0-or-later",
12 "dependencies": {
13 "module-alias": "^2.2.3",
14 "sudobot": "file:../.."
15 },
16 "devDependencies": {
17 "typescript": "^5.3.3"
18 },
19 "_moduleAliases": {
20 "@sudobot": "node_modules/sudobot/build"
21 }
22 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26