/[sudobot]/trunk/extensions/waifu.pics/package.json
ViewVC logotype

Contents of /trunk/extensions/waifu.pics/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 626 - (show annotations)
Sat Sep 7 09:38:45 2024 UTC (6 months, 3 weeks ago) by rakinar2
File MIME type: application/json
File size: 531 byte(s)
chore: sync with git

1 {
2 "name": "waifu.pics",
3 "version": "1.0.0",
4 "main": "build/index.js",
5 "author": "Ryan Mello",
6 "license": "AGPL-3.0-or-later",
7 "dependencies": {
8 "sudobot": "file:../.."
9 },
10 "devDependencies": {
11 "@types/node": "^20.11.17",
12 "typescript": "^5.5.4"
13 },
14 "_moduleAliases": {
15 "@framework": "node_modules/sudobot/build/out/framework/typescript",
16 "@sudobot": "node_modules/sudobot/build/out/main/typescript"
17 },
18 "scripts": {
19 "build": "tsc"
20 }
21 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26