Parent Directory
|
Revision Log
chore: add old version archive branches (2.x to 9.x-dev)
1 | rakinar2 | 577 | { |
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 |