symbol-processor/package.json

22 lines
586 B
JSON
Raw Normal View History

2024-01-04 20:27:02 +00:00
{
"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": {
2024-01-05 20:47:53 +00:00
"@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"
2024-01-04 20:27:02 +00:00
}
}