{ "name": "pointsight", "version": "1.1.1", "description": "The ultimate knowledge map", "main": "main.js", "scripts": { "makeJS": "tsc main.ts", "lint": "eslint ./*.js && eslint ./*.ts", "makeJSwatch": "tsc -w main.ts", "start": "node tools/sqlMinifyer.js && tsc main.ts && node main.js", "startDev": "node tools/sqlMinifyer.js && tsc main.ts && node --inspect main.js", "preChecks": "npm outdated && npm audit", "startBeforeMerge": "eslint . --ext .ts && tsc main.ts && node main.js", "nodemon": "nodemon main.js", "tailwind:css": "npx tailwindcss -i ./static/css/tailwindTemp.css -o ./static/css/tailwindInclude.css", "checkLicense": "license-report --output=table --only=prod --config license-report-config.json" }, "author": "[Project-Name-Here]", "license": "LGPL-3.0", "dependencies": { "@sentry/node": "^6.16.0", "@sentry/tracing": "^6.16.0", "@themesberg/flowbite": "^1.2.0", "autoprefixer": "^10.4.1", "bent": "^7.3.12", "body-parser": "^1.19.0", "chalk": "^4.1.2", "cli-progress": "^3.9.1", "compression": "^1.7.4", "cookie-parser": "^1.4.6", "deep-email-validator": "^0.1.18", "eta": "^1.12.3", "express": "^4.17.2", "express-hcaptcha": "^0.0.3", "express-minify": "^1.0.0", "express-winston": "^4.2.0", "influx": "^5.9.2", "license-report": "^4.5.0", "log-symbols": "^5.1.0", "mysql": "^2.18.1", "postcss": "^8.4.5", "postcss-cli": "^9.1.0", "pp-which-country": "^1.0.2", "safe-stable-stringify": "^2.3.1", "tailwindcss": "^3.0.11", "underscore": "^1.13.2", "winston": "^3.3.3" }, "devDependencies": { "@types/node": "^16.11.19", "@typescript-eslint/eslint-plugin": "^5.9.0", "@typescript-eslint/parser": "^5.9.0", "chai": "^4.3.4", "chai-json": "^1.0.0", "eslint": "^8.6.0", "eslint-config-strongloop": "^2.1.0", "inquirer": "^8.2.0", "ora": "^6.0.1", "prompts": "^2.4.2", "supertest": "^6.1.6", "typescript": "^4.5.4", "uuid": "^8.3.2" } }