/[sudobot]/trunk/extensions/neko/extension.json
ViewVC logotype

Contents of /trunk/extensions/neko/extension.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 611 - (show annotations)
Sun Aug 25 17:37:58 2024 UTC (7 months ago) by rakinar2
File MIME type: application/json
File size: 384 byte(s)
fix(extensions:neko): support sudobot v9 APIs

1 {
2 "name": "Neko Commands",
3 "id": "me.ryanmello.nekocmds",
4 "icon": "./icon.png",
5 "main": "index.js",
6 "src_main": "index.ts",
7 "commands": "commands",
8 "events": "events",
9 "services": "services",
10 "language": "typescript",
11 "main_directory": "build",
12 "src_directory": "src",
13 "build_command": "npm run build",
14 "resources": "./resources"
15 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26