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