This fixes the constant eslint error and warnings in the repository. It is mostly a temporally solution rather than a actual refactor, so a lot of eslint-disable comments where used.
34 lines
636 B
JSON
34 lines
636 B
JSON
{
|
|
"name": "eslegant",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"keywords": [],
|
|
"author": {
|
|
"email": "contact.guz013@gmail.com",
|
|
"name": "Gustavo \"Guz\" L. de Mello",
|
|
"url": "https://guz.one"
|
|
},
|
|
"files": [
|
|
"bin.js",
|
|
"configs.js"
|
|
],
|
|
"dependencies": {
|
|
"@eslegant/cli": "workspace:*"
|
|
},
|
|
"homepage": "https://github.com/LoredDev/ESLegant",
|
|
"type": "module",
|
|
"repository": {
|
|
"directory": "packages/eslegant",
|
|
"type": "git",
|
|
"url": "https://github.com/LoredDev/ESLegant"
|
|
},
|
|
"bin": "./bin.js",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.5.3"
|
|
}
|
|
}
|