Move plugins to express-twtkpr-core-plugins package
Add plugin structure Fix stale cache after posting Update to v0.9.0
This commit is contained in:
33
dist/package.json
vendored
33
dist/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "express-twtkpr",
|
||||
"version": "0.8.2",
|
||||
"version": "0.9.0",
|
||||
"description": "An express library for hosting and maintaining a twtxt.txt file.",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
@@ -26,18 +26,16 @@
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "node --env-file=.env dist/index-app.js",
|
||||
"build": "tsc && cp -r src/client dist/src",
|
||||
"dev": "DEBUG='twtkpr:*' tsx watch --env-file=.env src/index-app.ts",
|
||||
"build": "tsc && cp -r src/client dist/src && cp -r src/plugins dist/src",
|
||||
"get:hash": "tsx --env-file=.env src/cli.ts get-hash",
|
||||
"lint": "eslint --fix src test",
|
||||
"lint": "eslint --fix src",
|
||||
"prepublishOnly": "yarn build",
|
||||
"set:user": "tsx --env-file=.env src/cli.ts set-user",
|
||||
"test": "vitest",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cacheable/node-cache": "^2.0.2",
|
||||
"@cacheable/node-cache": "^3.0.0",
|
||||
"@exodus/blakejs": "^1.1.1-exodus.0",
|
||||
"base32.js": "^0.1.0",
|
||||
"bcryptjs": "^3.0.3",
|
||||
@@ -45,37 +43,36 @@
|
||||
"dayjs": "^1.11.20",
|
||||
"debug": "^4.4.3",
|
||||
"express": "^5.2.1",
|
||||
"express-rate-limit": "^8.3.1",
|
||||
"express-rate-limit": "^8.5.0",
|
||||
"express-session": "^1.19.0",
|
||||
"express-slow-down": "^3.1.0",
|
||||
"formidable": "^3.5.4",
|
||||
"jsonwebtoken": "^9.0.3",
|
||||
"link": "^2.1.2",
|
||||
"session-file-store": "^1.5.0",
|
||||
"twtxt-lib": "^0.9.4",
|
||||
"uuid": "^13.0.0",
|
||||
"zod": "^4.3.6"
|
||||
"twtxt-lib": "^0.10.1",
|
||||
"uuid": "^14.0.0",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cookie-parser": "^1.4.10",
|
||||
"@types/cors": "^2.8.19",
|
||||
"@types/debug": "^4.1.13",
|
||||
"@types/express": "^5.0.6",
|
||||
"@types/express-session": "^1.18.2",
|
||||
"@types/formidable": "^3.5.0",
|
||||
"@types/express-session": "^1.19.0",
|
||||
"@types/formidable": "^3.5.1",
|
||||
"@types/jsonwebtoken": "^9.0.10",
|
||||
"@types/morgan": "^1.9.10",
|
||||
"@types/node": "^25.5.0",
|
||||
"@types/node": "^25.6.0",
|
||||
"@types/supertest": "^7.2.0",
|
||||
"eslint": "^10.0.3",
|
||||
"eslint": "^10.3.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-prettier": "^5.5.5",
|
||||
"eslint-plugin-security": "^4.0.0",
|
||||
"prettier": "^3.8.1",
|
||||
"prettier": "^3.8.3",
|
||||
"supertest": "^7.2.2",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^4.1.0"
|
||||
"vitest": "^4.1.5"
|
||||
},
|
||||
"packageManager": "yarn@4.13.0"
|
||||
"packageManager": "yarn@4.14.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user