{ "name": "teamsnap-benchcoach", "version": "0.0.0", "private": true, "description": "An assistant for teamsnap", "keywords": [ "teamsnap" ], "author": { "name": "Tony Correa", "email": "a@correa.co" }, "homepage": "https://benchcoach.ascorrea.com", "repository": { "type": "git", "url": "git://github.com/anthonyscorrea/teamsnap-benchcoach.git" }, "bugs": { "url": "https://github.com/anthonyscorrea/teamsnap-benchcoach/issues" }, "funding": { "type": "github", "url": "https://github.com/sponsors/anthonyscorrea" }, "scripts": { "start": "node ./bin/www", "dev": "nodemon --inspect=0.0.0.0 ./bin/www", "build-css": "sass src/scss:src/public/css", "watch-scss": "nodemon -e scss -x \"npm run build-css\"" }, "nodemonConfig": { "ext": "js,hbs,scss", "watch": ["src"] }, "dependencies": { "@teamsnap/teamsnap-ui": "^3.12.3", "better-sqlite3": "^9.6.0", "better-sqlite3-session-store": "^0.1.0", "bootstrap": "^5.3.1", "bootstrap-icons": "^1.10.5", "connect-ensure-login": "^0.1.1", "cookie-parser": "~1.4.4", "cors": "^2.8.5", "cors-anywhere": "^0.4.4", "csrf-csrf": "^3.0.3", "debug": "~2.6.9", "dotenv": "^8.6.0", "express": "^4.18.2", "express-session": "^1.17.2", "handlebars-dateformat": "^1.1.3", "hbs": "^4.2.0", "http-errors": "~1.6.3", "mkdirp": "^1.0.4", "morgan": "~1.9.1", "multer": "^1.4.5-lts.1", "papaparse": "^5.4.1", "passport": "^0.6.0", "passport-teamsnap": "^1.1.1", "pluralize": "^8.0.0", "pug": "^3.0.2", "sass": "^1.77.2", "sortablejs": "^1.15.0", "teamsnap.js": "github:anthonyscorrea/teamsnap-javascript-sdk#link-with-null-link", "tinymce": "^6.8.3", "underscore": "^1.13.6", "xhr2": "^0.2.1" }, "devDependencies": { "connect-livereload": "^0.6.1", "install": "^0.13.0", "livereload": "^0.9.3", "nodemon": "^3.0.3", "pug2hbs": "^1.0.5" } }