50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "embedder",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Media host for quick embeds to sites like discord",
|
|
"keywords": [
|
|
"example",
|
|
"express",
|
|
"passport",
|
|
"sqlite"
|
|
],
|
|
"author": {
|
|
"name": "Wavering Ana",
|
|
"email": "ana@nekomimi.pet",
|
|
"url": "https://l.nekomimi.pet/projects"
|
|
},
|
|
"homepage": "https://github.com/WaveringAna/embedder",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/WaveringAna/embedder.git"
|
|
},
|
|
"license": "Unlicense",
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"@ffmpeg-installer/ffmpeg": "^1.1.0",
|
|
"@ffprobe-installer/ffprobe": "^1.4.1",
|
|
"connect-sqlite3": "^0.9.13",
|
|
"cookie-parser": "~1.4.4",
|
|
"cypress-real-events": "^1.7.4",
|
|
"dotenv": "^8.6.0",
|
|
"ejs": "^3.1.8",
|
|
"express": "~4.16.1",
|
|
"express-session": "^1.17.3",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"http-errors": "~1.6.3",
|
|
"mkdirp": "^1.0.4",
|
|
"multer": "^1.4.5-lts.1",
|
|
"passport": "^0.6.0",
|
|
"passport-local": "^1.0.0",
|
|
"probe-image-size": "^7.2.3",
|
|
"sqlite3": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"cypress": "^11.1.0",
|
|
"cypress-file-upload": "^5.0.8",
|
|
"eslint": "^8.28.0"
|
|
}
|
|
}
|