23 lines
619 B
JSON
23 lines
619 B
JSON
|
{
|
||
|
"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.4",
|
||
|
"@tsconfig/strictest": "^2.0.1",
|
||
|
"@types/node": "^20.5.6",
|
||
|
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
||
|
"@typescript-eslint/parser": "^6.4.1",
|
||
|
"eslint": "^8.48.0",
|
||
|
"openapi-types": "^12.1.3",
|
||
|
"typescript": "^5.2.2"
|
||
|
}
|
||
|
}
|