Files
vyndr/package.json
T
builtbykev d242b11b4b S1 (a1): feature-promise audit — no claim survives unverified
PROMISE-AUDIT.md: every /pricing claim → verified/built/reworded.
BUILT (was vapor): alt line ladder + edge ranking (same-features regrade
at shifted lines, Desk-gated at the API), quarter-Kelly (engine quantile
P(win) x real captured odds — either missing → no sizing), free-tier
kill-condition locked previews. FIXED (was false): analyst 15/day cap vs
the Founder 'Unlimited reads' promise → analyst unlimited; every '40+
factors' claim (real count: 22 named features) reworded truthfully in 7
files. VERIFIED: cascade alerts (real, wired), phi correlation,
leg history, cross-book comparison, WC soccer, real-time feed.
Locked by tests/unit/promiseAudit.test.js. Jest now ignores
.claude/worktrees (parallel agents' suites no longer leak into runs).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-11 14:24:41 -04:00

55 lines
1.5 KiB
JSON

{
"name": "vyndr",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "jest --verbose",
"test:unit": "jest tests/unit --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/vyndr.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/kev3109/vyndr/issues"
},
"homepage": "https://github.com/kev3109/vyndr#readme",
"dependencies": {
"@sentry/node": "^10.57.0",
"@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",
"sharp": "^0.34.5",
"stripe": "^20.4.1",
"web-push": "^3.6.7"
},
"devDependencies": {
"jest": "^30.3.0",
"supertest": "^7.2.2"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/.claude/"
]
}
}