UNPKG

school-schedule-sync

Version:

Synchronization between JSON schedule and Google Calendar

78 lines (77 loc) 2.25 kB
{ "name": "school-schedule-sync", "version": "3.2.1", "description": "Synchronization between JSON schedule and Google Calendar", "keywords": [ "school", "schedule", "google", "calendar" ], "author": "Anatoliy Oblaukhov", "homepage": "https://github.com/anmiles/school-schedule-sync", "repository": "github:anmiles/school-schedule-sync", "license": "MIT", "engines": { "node": ">=20.19.0" }, "scripts": { "spellcheck": "cspell .", "prebuild": "rimraf dist", "build": "tsc -p ./tsconfig.build.json", "lint": "eslint", "lint:fix": "eslint --fix", "test": "cross-env TZ=UTC jest --verbose", "test:coverage": "npm test -- --coverage", "test:ci": "npm test -- --ci --coverage", "test:watch": "npm test -- --watch", "test:watch:coverage": "npm test -- --watch --coverage", "test:report:coverage": "nyc report", "start": "node ./dist/index.js", "create": "node ./dist/create.js", "migrate": "node ./dist/migrate.js", "login": "node ./dist/login.js" }, "dependencies": { "@anmiles/google-api-wrapper": "^19.0.6", "@anmiles/logger": "^8.0.2", "@anmiles/prototypes": "^11.2.3", "@anmiles/zod-tools": "^1.0.3", "googleapis": "^148.0.0", "zod": "^4.0.8" }, "devDependencies": { "@anmiles/eslint-config": "^9.0.4", "@anmiles/jest-extensions": "^6.1.3", "@anmiles/tsconfig": "^4.0.0", "@cspell/dict-ru_ru": "^2.3.2", "@eslint/compat": "^1.3.1", "@eslint/css": "^0.10.0", "@eslint/js": "^9.31.0", "@eslint/json": "^0.13.1", "@eslint/markdown": "^7.1.0", "@stylistic/eslint-plugin": "^5.2.2", "@types/express": "^5.0.3", "@types/jest": "^30.0.0", "@types/mock-fs": "^4.13.4", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "cross-env": "^7.0.3", "cspell": "^9.2.0", "eslint": "^9.31.0", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-align-assignments": "^1.1.2", "eslint-plugin-i18next": "^6.1.3", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.0.1", "eslint-plugin-n": "^17.21.0", "eslint-plugin-promise": "^7.2.1", "jest": "^30.0.5", "jiti": "^2.5.0", "mock-fs": "^5.5.0", "nyc": "^17.1.0", "rimraf": "^6.0.1", "ts-jest": "^29.4.0", "typescript": "^5.8.3" } }