symbol-processor/package.json
TheBrokenRail 16089ef4b2
All checks were successful
CI / Build (push) Successful in 14s
Update Linting
2025-02-24 07:03:38 -05:00

24 lines
665 B
JSON

{
"name": "symbol-processor",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"scripts": {
"build": "rm -rf build && tsc",
"start": "npm run build && node build/index.js",
"lint": "eslint .",
"test": "npm run build && node --test build/test"
},
"author": "TheBrokenRail",
"license": "MIT",
"devDependencies": {
"@stylistic/eslint-plugin": "^4.0.1",
"@tsconfig/node18": "^18.2.4",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.13.4",
"eslint": "^9.20.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0"
}
}