27 lines
597 B
JSON
27 lines
597 B
JSON
{
|
|
"name": "f0ckv3",
|
|
"version": "3.0.0",
|
|
"description": "f0ck schm0ck",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.lat/f0ck/f0ckv3"
|
|
},
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"build": "npx tsc",
|
|
"start": "node ./dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"cuffeo": "git+ssh://gitea@git.lat:keinBot/cuffeo.git#ts",
|
|
"flummpress": "git+ssh://gitea@git.lat:keinBot/flummpress.git#ts",
|
|
"postgres": "^3.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.11",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|