{ "name": "symbol-processor", "version": "1.0.0", "description": "", "main": "build/index.js", "scripts": { "start": "tsc && node build/index.js", "lint": "eslint . --ext .ts" }, "author": "TheBrokenRail", "license": "MIT", "devDependencies": { "@tsconfig/node-lts": "^18.12.5", "@tsconfig/strictest": "^2.0.2", "@types/node": "^20.10.6", "@typescript-eslint/eslint-plugin": "^6.17.0", "@typescript-eslint/parser": "^6.17.0", "eslint": "^8.56.0", "typescript": "^5.3.3" } }