Sessions 5-7a: 955 tests, deployment ready

This commit is contained in:
Kev
2026-06-08 18:35:13 -04:00
parent 06b82624a2
commit 1fa04dc776
371 changed files with 49366 additions and 955 deletions
+14 -6
View File
@@ -1,5 +1,5 @@
{
"name": "betonblk",
"name": "vyndr",
"version": "1.0.0",
"description": "",
"main": "index.js",
@@ -10,28 +10,36 @@
"scripts": {
"test": "jest --verbose",
"test:unit": "jest tests/unit --verbose",
"test:integration": "jest tests/integration --verbose"
"test:integration": "jest tests/integration --verbose",
"audit:licenses": "npx --yes license-checker --production --onlyAllow 'MIT;MIT-0;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;CC0-1.0;Unlicense;0BSD;Python-2.0;CC-BY-4.0;BlueOak-1.0.0;LGPL-3.0-or-later;MPL-2.0' --excludePackages 'vyndr@1.0.0'",
"audit:security": "npm audit --omit=dev",
"audit:all": "npm run audit:licenses && npm run audit:security"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kev3109/betonblk.git"
"url": "git+https://github.com/kev3109/vyndr.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/kev3109/betonblk/issues"
"url": "https://github.com/kev3109/vyndr/issues"
},
"homepage": "https://github.com/kev3109/betonblk#readme",
"homepage": "https://github.com/kev3109/vyndr#readme",
"dependencies": {
"@supabase/supabase-js": "^2.99.3",
"axios": "^1.13.6",
"cheerio": "^1.2.0",
"cors": "^2.8.5",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"form-data": "^4.0.5",
"ioredis": "^5.10.1",
"postgres": "^3.4.8",
"stripe": "^20.4.1"
"sharp": "^0.34.5",
"stripe": "^20.4.1",
"web-push": "^3.6.7"
},
"devDependencies": {
"jest": "^30.3.0",