mirror of
https://github.com/thaldrin/brevis.git
synced 2024-08-15 03:03:56 +00:00
32 lines
748 B
JSON
32 lines
748 B
JSON
{
|
|
"name": "brevis",
|
|
"description": "Brevis is the API handling shortens on [t8.pm]",
|
|
"version": "1.0.0",
|
|
"main": "build/index.js",
|
|
"dependencies": {
|
|
"@supabase/supabase-js": "^1.10.0",
|
|
"axios": "^0.21.1",
|
|
"express": "^4.17.1",
|
|
"helmet": "^4.4.1",
|
|
"nanoid": "^3.1.22"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.11",
|
|
"typescript": "^4.2.4"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"run": "node build/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/thaldrin/brevis.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/thaldrin/brevis/issues"
|
|
},
|
|
"homepage": "https://github.com/thaldrin/brevis#readme"
|
|
}
|