/[sudobot]/branches/9.x-dev/extensions/urlfish/package.json
ViewVC logotype

Annotation of /branches/9.x-dev/extensions/urlfish/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 403 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 {
2     "name": "urlfish",
3     "version": "1.0.0",
4     "main": "build/index.js",
5     "license": "AGPL-3.0-or-later",
6     "dependencies": {
7     "sudobot": "file:../.."
8     },
9     "devDependencies": {
10     "@types/node": "^20.11.17",
11     "typescript": "^5.3.3"
12     },
13     "_moduleAliases": {
14     "@sudobot": "node_modules/sudobot/build"
15     },
16     "scripts": {
17     "build": "tsc"
18     }
19     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26