49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"name": "lustpress",
|
|
"version": "8.2.0-alpha",
|
|
"description": "RESTful and experimental API for PH and other R18 websites",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"start:dev": "bun --watch src/index.ts",
|
|
"build": "bun build ./src/index.ts --outdir ./build --target bun",
|
|
"start": "bun ./build/index.js",
|
|
"start:prod": "bun run build && bun ./build/index.js",
|
|
"test": "bun test test/lustpress.test.ts",
|
|
"test:pornhub": "bun test -t pornhub test/lustpress.test.ts",
|
|
"test:xnxx": "bun test -t xnxx test/lustpress.test.ts",
|
|
"test:redtube": "bun test -t redtube test/lustpress.test.ts",
|
|
"test:xvideos": "bun test -t xvideos test/lustpress.test.ts",
|
|
"test:xhamster": "bun test -t xhamster test/lustpress.test.ts",
|
|
"test:youporn": "bun test -t youporn test/lustpress.test.ts",
|
|
"test:eporner": "bun test -t eporner test/lustpress.test.ts",
|
|
"test:txxx": "bun test -t txxx test/lustpress.test.ts",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"keywords": [],
|
|
"author": "sinkaroid",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sinkaroid/lustpress.git"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@elysiajs/cors": "^1.2.0",
|
|
"@elysiajs/swagger": "^1.2.2",
|
|
"@keyv/redis": "^5.1.6",
|
|
"cheerio": "^1.2.0",
|
|
"elysia": "^1.2.24",
|
|
"keyv": "^5.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.13",
|
|
"@typescript-eslint/eslint-plugin": "^8.24.1",
|
|
"@typescript-eslint/parser": "^8.24.1",
|
|
"eslint": "^9.20.1",
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"engines": {
|
|
"bun": ">=1.3.13"
|
|
},
|
|
"packageManager": "bun@1.3.13"
|
|
} |