actions-test/package.json

38 lines
1 KiB
JSON
Raw Normal View History

2023-02-28 14:44:10 +01:00
{
"name": "outbag-server",
"version": "0.0.1",
"description": "Did you know that you can host your own outbag instance?",
"main": "dist/main.js",
"type": "module",
"scripts": {
"main": "tsc && node . -c config.juml"
},
"repository": {
"type": "git",
"url": "git+https://codeberg.org/outbag/server.git"
},
"keywords": [
"outbag"
],
"author": "jusax23, comcloudway",
"license": "AGPL-3.0-only",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.11.18",
"@types/pg": "^8.6.6",
"@types/prompts": "^2.4.2",
"esbuild": "^0.17.10",
"pkg": "^5.8.0",
"typescript": "^4.9.4"
},
"dependencies": {
"commander": "^10.0.0",
"dblang": "https://jusax.de/git/attachments/c13552b7-c9f0-4f50-bcce-96a124c1c286",
"express": "^4.18.2",
"juml": "https://jusax.de/git/attachments/208913c5-2851-4b86-a53d-ca99fed168cc",
"nman": "https://jusax.de/git/attachments/5333948b-fe6b-45d2-9230-ca388f6a89bc",
"prompts": "^2.4.2",
"ws": "^8.12.1"
}
}