Parent Directory
|
Revision Log
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 |