This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ESLegant/packages/core/package.json
Guz013 67b20e96d8 chore: add nodejs globals
Added nodejs globals to the project for better development.
This will be changed and a config to change the globals will be
added.
2023-07-13 19:05:00 -03:00

36 lines
851 B
JSON

{
"name": "readable",
"version": "1.0.0",
"description": "",
"main": "index.js",
"module": "./src/index.js",
"source": "./src/index.js",
"exports": {
"default": "./src/index.js",
"import": "./src/index.js",
"types": "./index.d.ts"
},
"type": "module",
"types": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^8.44.0",
"@types/eslint__js": "^8.42.0",
"@types/node": "^20.4.1",
"eslint": "^8.44.0"
},
"dependencies": {
"@eslint/eslintrc": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"globals": "^13.20.0",
"typescript": "^5.0.0"
}
}